共用方式為


CngGcmAuthenticatedEncryptorDescriptor 類別

定義

描述項,可根據 物件所提供的 CngGcmAuthenticatedEncryptorConfiguration 組態來建立已驗證的加密系統。

public ref class CngGcmAuthenticatedEncryptorDescriptor sealed : Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::ConfigurationModel::IAuthenticatedEncryptorDescriptor
public sealed class CngGcmAuthenticatedEncryptorDescriptor : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor
type CngGcmAuthenticatedEncryptorDescriptor = class
    interface IAuthenticatedEncryptorDescriptor
Public NotInheritable Class CngGcmAuthenticatedEncryptorDescriptor
Implements IAuthenticatedEncryptorDescriptor
繼承
CngGcmAuthenticatedEncryptorDescriptor
實作

建構函式

CngGcmAuthenticatedEncryptorDescriptor(CngGcmAuthenticatedEncryptionSettings, ISecret)

描述項,可根據 物件所提供的 CngGcmAuthenticatedEncryptorConfiguration 組態來建立已驗證的加密系統。

CngGcmAuthenticatedEncryptorDescriptor(CngGcmAuthenticatedEncryptionSettings, ISecret, IServiceProvider)

描述項,可根據 物件所提供的 CngGcmAuthenticatedEncryptorConfiguration 組態來建立已驗證的加密系統。

CngGcmAuthenticatedEncryptorDescriptor(CngGcmAuthenticatedEncryptorConfiguration, ISecret)

初始化 CngGcmAuthenticatedEncryptorDescriptor 的新執行個體。

方法

CreateEncryptorInstance()

描述項,可根據 物件所提供的 CngGcmAuthenticatedEncryptorConfiguration 組態來建立已驗證的加密系統。

ExportToXml()

將目前的描述元匯出至 XML。

適用於