Implemented interface member:
method
Decrypt
Microsoft.AspNetCore.DataProtection.XmlEncryption.IXmlDecryptor.Decrypt(System.Xml.Linq.XElement)
5 references to Decrypt
Microsoft.AspNetCore.DataProtection.Tests (5)
XmlEncryption\CertificateXmlEncryptionTests.cs (1)
55
var roundTrippedElement = decryptor.
Decrypt
(encryptedXmlInfo.EncryptedElement);
XmlEncryption\EncryptedXmlDecryptorTests.cs (4)
25
decryptor.
Decrypt
(encryptedXml.EncryptedElement));
43
decryptor.
Decrypt
(encryptedXml.EncryptedElement));
61
decryptor.
Decrypt
(encryptedXml.EncryptedElement));
82
var decrypted = decryptor.
Decrypt
(encryptedXml.EncryptedElement);