NullXmlEncryptor Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 |