public global::Windows.Security.Cryptography.Core.CryptographicKey ImportKeyPair(global::Windows.Storage.Streams.IBuffer keyBlob, global::Windows.Security.Cryptography.Core.CryptographicPrivateKeyBlobType BlobType)
 {
     throw new global::System.NotImplementedException("The member CryptographicKey AsymmetricKeyAlgorithmProvider.ImportKeyPair(IBuffer keyBlob, CryptographicPrivateKeyBlobType BlobType) is not implemented in Uno.");
 }
Example #2
0
 public global::Windows.Storage.Streams.IBuffer Export(global::Windows.Security.Cryptography.Core.CryptographicPrivateKeyBlobType BlobType)
 {
     throw new global::System.NotImplementedException("The member IBuffer CryptographicKey.Export(CryptographicPrivateKeyBlobType BlobType) is not implemented in Uno.");
 }