HashAlgorithmNames.Sha1 Propriété

Définition

Récupère une chaîne qui contient « SHA1 ».

public:
 static property Platform::String ^ Sha1 { Platform::String ^ get(); };
static winrt::hstring Sha1();
public static string Sha1 { get; }
var string = HashAlgorithmNames.sha1;
Public Shared ReadOnly Property Sha1 As String

Valeur de propriété

String

Platform::String

winrt::hstring

Chaîne qui contient « SHA1 ».

Remarques

Utilisez la chaîne récupérée par cette propriété pour définir le nom de l’algorithme de hachage lorsque vous appelez la méthode OpenAlgorithm . La chaîne représente un algorithme de synthèse de message SHA1 (Secure Hash Algorithm 1). L’algorithme produit une valeur de hachage 160 bits.

S’applique à

Voir aussi