共用方式為


DpapiNGXmlDecryptor 類別

定義

IXmlDecryptor 會解密使用 DpapiNGXmlEncryptor 加密的 XML 專案。

public ref class DpapiNGXmlDecryptor sealed : Microsoft::AspNetCore::DataProtection::XmlEncryption::IXmlDecryptor
public sealed class DpapiNGXmlDecryptor : Microsoft.AspNetCore.DataProtection.XmlEncryption.IXmlDecryptor
type DpapiNGXmlDecryptor = class
    interface IXmlDecryptor
Public NotInheritable Class DpapiNGXmlDecryptor
Implements IXmlDecryptor
繼承
DpapiNGXmlDecryptor
實作

備註

只有 Windows 8 / Windows Server 2012 和更新版本才支援此 API。

建構函式

DpapiNGXmlDecryptor()

建立 的新實例 DpapiNGXmlDecryptor

DpapiNGXmlDecryptor(IServiceProvider)

建立 的新實例 DpapiNGXmlDecryptor

方法

Decrypt(XElement)

解密指定的 XML 專案。

適用於