共用方式為


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 專案。

適用於