4 references to EncryptedXml
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (4)
182
parent.InnerXml =
EncryptedXml
.Encoding.GetString(decrypted);
188
EncryptedXml
.ReplaceData(encryptedDataElement, decrypted);
205
SymmetricAlgorithm? symAlg =
EncryptedXml
.GetDecryptionKey(ed, null);
208
byte[] decrypted =
EncryptedXml
.DecryptData(ed, symAlg);