예제 #1
0
 public static global::Windows.Storage.Streams.IBuffer DeriveKeyMaterial(global::Windows.Security.Cryptography.Core.CryptographicKey key, global::Windows.Security.Cryptography.Core.KeyDerivationParameters parameters, uint desiredKeySize)
 {
     throw new global::System.NotImplementedException("The member IBuffer CryptographicEngine.DeriveKeyMaterial(CryptographicKey key, KeyDerivationParameters parameters, uint desiredKeySize) is not implemented in Uno.");
 }
예제 #2
0
 public static bool VerifySignature(global::Windows.Security.Cryptography.Core.CryptographicKey key, global::Windows.Storage.Streams.IBuffer data, global::Windows.Storage.Streams.IBuffer signature)
 {
     throw new global::System.NotImplementedException("The member bool CryptographicEngine.VerifySignature(CryptographicKey key, IBuffer data, IBuffer signature) is not implemented in Uno.");
 }
예제 #3
0
 public static global::Windows.Storage.Streams.IBuffer DecryptAndAuthenticate(global::Windows.Security.Cryptography.Core.CryptographicKey key, global::Windows.Storage.Streams.IBuffer data, global::Windows.Storage.Streams.IBuffer nonce, global::Windows.Storage.Streams.IBuffer authenticationTag, global::Windows.Storage.Streams.IBuffer authenticatedData)
 {
     throw new global::System.NotImplementedException("The member IBuffer CryptographicEngine.DecryptAndAuthenticate(CryptographicKey key, IBuffer data, IBuffer nonce, IBuffer authenticationTag, IBuffer authenticatedData) is not implemented in Uno.");
 }
예제 #4
0
 public static global::Windows.Storage.Streams.IBuffer Sign(global::Windows.Security.Cryptography.Core.CryptographicKey key, global::Windows.Storage.Streams.IBuffer data)
 {
     throw new global::System.NotImplementedException("The member IBuffer CryptographicEngine.Sign(CryptographicKey key, IBuffer data) is not implemented in Uno.");
 }
예제 #5
0
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.Storage.Streams.IBuffer> SignHashedDataAsync(global::Windows.Security.Cryptography.Core.CryptographicKey key, global::Windows.Storage.Streams.IBuffer data)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<IBuffer> CryptographicEngine.SignHashedDataAsync(CryptographicKey key, IBuffer data) is not implemented in Uno.");
 }