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