AuthenticatedEncryptorConfiguration.EncryptionAlgorithm Property

Definition

The algorithm to use for symmetric encryption (confidentiality).

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

Property Value

Remarks

The default value is AES_256_CBC.

Applies to