NullXmlDecryptor Class

Definition

An IXmlDecryptor that decrypts XML elements with a null decryptor.

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

Constructors

NullXmlDecryptor()

Methods

Decrypt(XElement)

Decrypts the specified XML element.

Applies to