DpapiNGXmlDecryptor 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 DpapiNGXmlEncryptor.
public ref class DpapiNGXmlDecryptor sealed : Microsoft::AspNetCore::DataProtection::XmlEncryption::IXmlDecryptor
public sealed class DpapiNGXmlDecryptor : Microsoft.AspNetCore.DataProtection.XmlEncryption.IXmlDecryptor
type DpapiNGXmlDecryptor = class
interface IXmlDecryptor
Public NotInheritable Class DpapiNGXmlDecryptor
Implements IXmlDecryptor
- Héritage
-
DpapiNGXmlDecryptor
- Implémente
Remarques
Cette API est uniquement prise en charge sur Windows 8 / Windows Server 2012 et versions ultérieures.
Constructeurs
DpapiNGXmlDecryptor() |
Crée un instance d’un DpapiNGXmlDecryptor. |
DpapiNGXmlDecryptor(IServiceProvider) |
Crée un instance d’un DpapiNGXmlDecryptor. |
Méthodes
Decrypt(XElement) |
Déchiffre l’élément XML spécifié. |