次の方法で共有


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

適用対象