Partager via


NullXmlEncryptor Classe

Définition

IXmlEncryptor qui chiffre les éléments XML avec un chiffreur Null.

public ref class NullXmlEncryptor sealed : Microsoft::AspNetCore::DataProtection::XmlEncryption::IXmlEncryptor
public sealed class NullXmlEncryptor : Microsoft.AspNetCore.DataProtection.XmlEncryption.IXmlEncryptor
type NullXmlEncryptor = class
    interface IXmlEncryptor
Public NotInheritable Class NullXmlEncryptor
Implements IXmlEncryptor
Héritage
NullXmlEncryptor
Implémente

Constructeurs

NullXmlEncryptor()

Crée une instance de NullXmlEncryptor.

NullXmlEncryptor(IServiceProvider)

Crée une instance de NullXmlEncryptor.

Méthodes

Encrypt(XElement)

Chiffre le spécifié XElement avec un chiffreur Null, c’est-à-dire en retournant la valeur d’origine non plaintextElement chiffrée.

S’applique à