다음을 통해 공유


KeyManagementOptions.AuthenticatedEncryptorConfiguration 속성

정의

AlgorithmConfiguration instance 만드는 IAuthenticatedEncryptorDescriptor 데 사용할 수 있는 instance.

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

속성 값

적용 대상