CngCbcAuthenticatedEncryptionSettings.HashAlgorithm Propiedad

Definición

Nombre del algoritmo que se va a usar para los datos de hash. Esta propiedad corresponde al parámetro ' pszAlgId ' de BCryptOpenAlgorithmProvider. Esta propiedad debe tener un valor.

public:
 property System::String ^ HashAlgorithm { System::String ^ get(); void set(System::String ^ value); };
public string HashAlgorithm { get; set; }
member this.HashAlgorithm : string with get, set
Public Property HashAlgorithm As String

Valor de propiedad

String

Comentarios

El algoritmo debe admitir que se abra en modo HMAC y debe tener una longitud de síntesis de 128 bits o superior. El valor predeterminado es "SHA256".

Se aplica a