Windows.Security.Cryptography.Core.AsymmetricKeyAlgorithmProvider.GenerateKeypair C# (CSharp) Méthode

GenerateKeypair() public méthode

public GenerateKeypair ( uint KeySize ) : CryptographicKey
KeySize uint
Résultat CryptographicKey
		public CryptographicKey GenerateKeypair (uint KeySize)
		{
			throw new NotImplementedException();
		}