Exemplo n.º 1
0
 public byte[] Decrypt(byte[] ciphertextBlob, Dictionary <string, string> encryptionContext)
 {
     EnsureWrappedClientIsInstantiated();
     return(wrappedClient.Decrypt(ciphertextBlob, encryptionContext));
 }