RsaSignatureCookieTransform.HashName 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 ou définit le nom de l'algorithme de hachage à utiliser.
public:
property System::String ^ HashName { System::String ^ get(); void set(System::String ^ value); };
public string HashName { get; set; }
member this.HashName : string with get, set
Public Property HashName As String
Valeur de propriété
Nom de l'algorithme de hachage. La valeur par défaut est « SHA256 ».
Remarques
SHA256 est l’algorithme par défaut. Cela peut nécessiter un système d’exploitation minimal de Windows Server 2003 et .NET 3.5 SP1.
Si SHA256 n’est pas pris en charge, définissez la propriété sur HashName « SHA1 ».
En raison de problèmes de collision avec SHA1, Microsoft recommande au minimum SHA256.