Compartir a través de


CngCbcAuthenticatedEncryptorConfiguration.EncryptionAlgorithm Propiedad

Definición

Nombre del algoritmo que se va a usar para el cifrado simétrico. Esta propiedad corresponde al parámetro "pszAlgId" de BCryptOpenAlgorithmProvider. Esta propiedad es necesaria para tener un valor.

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

Valor de propiedad

Comentarios

El algoritmo debe admitir el cifrado de estilo CBC y debe tener un tamaño de bloque de 64 bits o superior. El valor predeterminado es "AES".

Se aplica a