2 references to DecryptData
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\EncryptedXml.cs (1)
692
byte[] decrypted =
DecryptData
(ed, symAlg);
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (1)
214
byte[] decrypted = EncryptedXml.
DecryptData
(ed, symAlg);