DpapiXmlDecryptor 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 qui ont été chiffrés avec DpapiXmlEncryptor.
public ref class DpapiXmlDecryptor sealed : Microsoft::AspNetCore::DataProtection::XmlEncryption::IXmlDecryptor
public sealed class DpapiXmlDecryptor : Microsoft.AspNetCore.DataProtection.XmlEncryption.IXmlDecryptor
type DpapiXmlDecryptor = class
interface IXmlDecryptor
Public NotInheritable Class DpapiXmlDecryptor
Implements IXmlDecryptor
- Héritage
-
DpapiXmlDecryptor
- Implémente
Constructeurs
DpapiXmlDecryptor() |
Crée un instance d’un DpapiXmlDecryptor. |
DpapiXmlDecryptor(IServiceProvider) |
Crée un instance d’un DpapiXmlDecryptor. |
Méthodes
Decrypt(XElement) |
Déchiffre l’élément XML spécifié. |