次の方法で共有


KeyManagementOptions.AuthenticatedEncryptorConfiguration プロパティ

定義

インスタンスの AlgorithmConfiguration 作成 IAuthenticatedEncryptorDescriptor に使用できるインスタンス。

public:
 property Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::ConfigurationModel::AlgorithmConfiguration ^ AuthenticatedEncryptorConfiguration { Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::ConfigurationModel::AlgorithmConfiguration ^ get(); void set(Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::ConfigurationModel::AlgorithmConfiguration ^ value); };
public Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AlgorithmConfiguration AuthenticatedEncryptorConfiguration { get; set; }
public Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AlgorithmConfiguration? AuthenticatedEncryptorConfiguration { get; set; }
member this.AuthenticatedEncryptorConfiguration : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AlgorithmConfiguration with get, set
Public Property AuthenticatedEncryptorConfiguration As AlgorithmConfiguration

プロパティ値

適用対象