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 にエクスポートします。

適用対象