NullXmlDecryptor Класс

Определение

Объект IXmlDecryptor , расшифровывающий XML-элементы с помощью расшифровки 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
Наследование
NullXmlDecryptor
Реализации

Конструкторы

NullXmlDecryptor()

Объект IXmlDecryptor , расшифровывающий XML-элементы с помощью расшифровки null.

Методы

Decrypt(XElement)

Расшифровывает указанный XML-элемент.

Применяется к