CngGcmAuthenticatedEncryptionSettings.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 debe 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

String

Comentarios

El algoritmo debe ser compatible con el cifrado de estilo CBC y debe tener un tamaño de bloque exactamente 128 bits. El valor predeterminado es ' AES '.

Se aplica a