2 references to DecryptData
System.Security (2)
system\security\cryptography\xml\encryptedxml.cs (1)
643
byte[] decrypted =
DecryptData
(ed, symAlg);
system\security\cryptography\xml\transform.cs (1)
1270
byte[] decrypted = EncryptedXml.
DecryptData
(ed, symAlg);