Windows.Security.Cryptography.Core.AsymmetricKeyAlgorithmProvider.ImportKeyPair C# (CSharp) Method

ImportKeyPair() public method

public ImportKeyPair ( Windows.Storage.Streams.IBuffer KeyBlob ) : CryptographicKey
KeyBlob Windows.Storage.Streams.IBuffer
return CryptographicKey
		public CryptographicKey ImportKeyPair (IBuffer KeyBlob)
		{
			throw new NotImplementedException();
		}