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