Partager via


NullXmlDecryptor Classe

Définition

IXmlDecryptor qui déchiffre les éléments XML avec un déchiffreur null.

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
Héritage
NullXmlDecryptor
Implémente

Constructeurs

NullXmlDecryptor()

IXmlDecryptor qui déchiffre les éléments XML avec un déchiffreur null.

Méthodes

Decrypt(XElement)

Déchiffre l’élément XML spécifié.

S’applique à