Compartir a través de


AuthenticatedEncryptorConfiguration.EncryptionAlgorithm Propiedad

Definición

Algoritmo que se va a usar para el cifrado simétrico (confidencialidad).

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

Valor de propiedad

Comentarios

El valor predeterminado es AES_256_CBC.

Se aplica a