NullXmlDecryptor 类

定义

使用 IXmlDecryptor null 解密器解密 XML 元素的 。

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 null 解密器解密 XML 元素的 。

方法

Decrypt(XElement)

解密指定的 XML 元素。

适用于