Windows.Security.Cryptography.Core.AsymmetricKeyAlgorithmProvider.GenerateKeypair C# (CSharp) 메소드

GenerateKeypair() 공개 메소드

public GenerateKeypair ( uint KeySize ) : CryptographicKey
KeySize uint
리턴 CryptographicKey
		public CryptographicKey GenerateKeypair (uint KeySize)
		{
			throw new NotImplementedException();
		}