DpapiXmlDecryptor Class

Definition

An IXmlDecryptor that decrypts XML elements that were encrypted with DpapiXmlEncryptor.

public ref class DpapiXmlDecryptor sealed : Microsoft::AspNetCore::DataProtection::XmlEncryption::IXmlDecryptor
public sealed class DpapiXmlDecryptor : Microsoft.AspNetCore.DataProtection.XmlEncryption.IXmlDecryptor
type DpapiXmlDecryptor = class
    interface IXmlDecryptor
Public NotInheritable Class DpapiXmlDecryptor
Implements IXmlDecryptor
Inheritance
DpapiXmlDecryptor
Implements

Constructors

DpapiXmlDecryptor()

Creates a new instance of a DpapiXmlDecryptor.

DpapiXmlDecryptor(IServiceProvider)

Creates a new instance of a DpapiXmlDecryptor.

Methods

Decrypt(XElement)

Decrypts the specified XML element.

Applies to