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()

Métodos

Decrypt(XElement)

Descifra el elemento XML especificado.

Se aplica a