NullXmlDecryptor 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.
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é. |