Partager via


CngGcmAuthenticatedEncryptionSettings.EncryptionAlgorithm Propriété

Définition

Nom de l’algorithme à utiliser pour le chiffrement symétrique. Cette propriété correspond au paramètre « pszAlgId » de BCryptOpenAlgorithmProvider. Cette propriété doit avoir une valeur.

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

Valeur de propriété

Remarques

L’algorithme doit prendre en charge le chiffrement de type CBC et doit avoir une taille de bloc exactement 128 bits. La valeur par défaut est « AES ».

S’applique à