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)
57
var roundTrippedElement = decryptor.
Decrypt
(encryptedXmlInfo.EncryptedElement);
XmlEncryption\EncryptedXmlDecryptorTests.cs (4)
28
decryptor.
Decrypt
(encryptedXml.EncryptedElement));
46
decryptor.
Decrypt
(encryptedXml.EncryptedElement));
64
decryptor.
Decrypt
(encryptedXml.EncryptedElement));
85
var decrypted = decryptor.
Decrypt
(encryptedXml.EncryptedElement);