EncryptedXmlDecryptor Class

Definition

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.

Applies to