AuthenticatedEncryptorDescriptor クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オブジェクトによって 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, IServiceProvider) |
オブジェクトによって AuthenticatedEncryptorConfiguration 提供される構成に基づいて認証された暗号化システムを作成できる記述子。 |
AuthenticatedEncryptorDescriptor(AuthenticatedEncryptionSettings, ISecret) |
オブジェクトによって AuthenticatedEncryptorConfiguration 提供される構成に基づいて認証された暗号化システムを作成できる記述子。 |
AuthenticatedEncryptorDescriptor(AuthenticatedEncryptorConfiguration, ISecret) |
AuthenticatedEncryptorDescriptor の新しいインスタンスを初期化します。 |
メソッド
CreateEncryptorInstance() |
オブジェクトによって AuthenticatedEncryptorConfiguration 提供される構成に基づいて認証された暗号化システムを作成できる記述子。 |
ExportToXml() |
現在の記述子を XML にエクスポートします。 |