AuthenticatedEncryptorConfiguration クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
一般化された認証された暗号化メカニズムを表します。
public ref class AuthenticatedEncryptorConfiguration sealed
public ref class AuthenticatedEncryptorConfiguration sealed : Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::ConfigurationModel::AlgorithmConfiguration
public sealed class AuthenticatedEncryptorConfiguration
public sealed class AuthenticatedEncryptorConfiguration : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AlgorithmConfiguration
type AuthenticatedEncryptorConfiguration = class
interface IAuthenticatedEncryptorConfiguration
type AuthenticatedEncryptorConfiguration = class
inherit AlgorithmConfiguration
Public NotInheritable Class AuthenticatedEncryptorConfiguration
Public NotInheritable Class AuthenticatedEncryptorConfiguration
Inherits AlgorithmConfiguration
- 継承
-
AuthenticatedEncryptorConfiguration
- 継承
- 実装
コンストラクター
AuthenticatedEncryptorConfiguration() |
一般化された認証された暗号化メカニズムを表します。 |
AuthenticatedEncryptorConfiguration(AuthenticatedEncryptionSettings, IServiceProvider) |
一般化された認証された暗号化メカニズムを表します。 |
AuthenticatedEncryptorConfiguration(AuthenticatedEncryptionSettings) |
一般化された認証された暗号化メカニズムを表します。 |
プロパティ
EncryptionAlgorithm |
対称暗号化 (機密性) に使用するアルゴリズム。 |
Settings |
一般化された認証された暗号化メカニズムを表します。 |
ValidationAlgorithm |
メッセージ認証に使用するアルゴリズム (改ざん防止)。 |
メソッド
CreateNewDescriptor() |
この構成に基づいて新しい IAuthenticatedEncryptorDescriptor インスタンスを作成します。 新しく作成されたインスタンスには一意のキー マテリアルが含まれており、 メソッドによって CreateNewDescriptor() 作成された他のすべての記述子とは異なります。 |