Windows.Security.Cryptography.Core.MacAlgorithmProvider.CreateKey C# (CSharp) Méthode

CreateKey() public méthode

public CreateKey ( [ keyMaterial ) : CryptographicKey
keyMaterial [
Résultat CryptographicKey
		public extern CryptographicKey CreateKey([In] IBuffer keyMaterial);
		public static extern MacAlgorithmProvider OpenAlgorithm([In] string algorithm);
MacAlgorithmProvider