共用方式為


AuthenticatedEncryptorDescriptor 類別

定義

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

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

建構函式

AuthenticatedEncryptorDescriptor(AuthenticatedEncryptionSettings, ISecret)

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

AuthenticatedEncryptorDescriptor(AuthenticatedEncryptionSettings, ISecret, IServiceProvider)

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

AuthenticatedEncryptorDescriptor(AuthenticatedEncryptorConfiguration, ISecret)

初始化 AuthenticatedEncryptorDescriptor 的新執行個體。

方法

CreateEncryptorInstance()

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

ExportToXml()

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

適用於