Partager via


DpapiNGXmlDecryptor Classe

Définition

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

S’applique à