EncryptedXmlDecryptor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An IXmlDecryptor that decrypts XML elements by using the EncryptedXml class.
public ref class EncryptedXmlDecryptor sealed : Microsoft::AspNetCore::DataProtection::XmlEncryption::IXmlDecryptor
public sealed class EncryptedXmlDecryptor : Microsoft.AspNetCore.DataProtection.XmlEncryption.IXmlDecryptor
type EncryptedXmlDecryptor = class
interface IXmlDecryptor
Public NotInheritable Class EncryptedXmlDecryptor
Implements IXmlDecryptor
- Inheritance
-
EncryptedXmlDecryptor
- Implements
Constructors
EncryptedXmlDecryptor() |
Creates a new instance of an EncryptedXmlDecryptor. |
EncryptedXmlDecryptor(IServiceProvider) |
Creates a new instance of an EncryptedXmlDecryptor. |
Methods
Decrypt(XElement) |
Decrypts the specified XML element. |