KeyManagementOptions.AuthenticatedEncryptorConfiguration Property

Definition

The AlgorithmConfiguration instance that can be used to create the 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

Property Value

Applies to