HashAlgorithmName.Name Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la représentation de chaîne sous-jacente du nom de l'algorithme.
public:
property System::String ^ Name { System::String ^ get(); };
public string? Name { get; }
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String
Valeur de propriété
Représentation sous forme de chaîne du nom de l’algorithme ou default si aucun algorithme de hachage n’est disponible.
Remarques
Peut être null ou vide pour indiquer qu’aucun algorithme de hachage n’est applicable.