Compartir a través de


NullXmlDecryptor Clase

Definición

que IXmlDecryptor descifra los elementos XML con un descifrador 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
Herencia
NullXmlDecryptor
Implementaciones

Constructores

NullXmlDecryptor()

que IXmlDecryptor descifra los elementos XML con un descifrador NULL.

Métodos

Decrypt(XElement)

Descifra el elemento XML especificado.

Se aplica a