public global::Windows.Security.Cryptography.Core.CryptographicKey ImportPublicKey(global::Windows.Storage.Streams.IBuffer keyBlob, global::Windows.Security.Cryptography.Core.CryptographicPublicKeyBlobType BlobType)
 {
     throw new global::System.NotImplementedException("The member CryptographicKey AsymmetricKeyAlgorithmProvider.ImportPublicKey(IBuffer keyBlob, CryptographicPublicKeyBlobType BlobType) is not implemented in Uno.");
 }
Пример #2
0
 public global::Windows.Storage.Streams.IBuffer RetrievePublicKey(global::Windows.Security.Cryptography.Core.CryptographicPublicKeyBlobType blobType)
 {
     throw new global::System.NotImplementedException("The member IBuffer KeyCredential.RetrievePublicKey(CryptographicPublicKeyBlobType blobType) is not implemented in Uno.");
 }
Пример #3
0
 public global::Windows.Storage.Streams.IBuffer ExportPublicKey(global::Windows.Security.Cryptography.Core.CryptographicPublicKeyBlobType BlobType)
 {
     throw new global::System.NotImplementedException("The member IBuffer CryptographicKey.ExportPublicKey(CryptographicPublicKeyBlobType BlobType) is not implemented in Uno.");
 }