共用方式為


CngCbcAuthenticatedEncryptorDescriptor 類別

定義

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

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

建構函式

CngCbcAuthenticatedEncryptorDescriptor(CngCbcAuthenticatedEncryptionSettings, ISecret)

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

CngCbcAuthenticatedEncryptorDescriptor(CngCbcAuthenticatedEncryptionSettings, ISecret, IServiceProvider)

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

CngCbcAuthenticatedEncryptorDescriptor(CngCbcAuthenticatedEncryptorConfiguration, ISecret)

初始化 CngCbcAuthenticatedEncryptorDescriptor 的新執行個體。

方法

CreateEncryptorInstance()

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

ExportToXml()

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

適用於