MacAlgorithmNames.HmacSha1 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.
Récupère une chaîne qui contient « HMAC_SHA1 ».
public:
static property Platform::String ^ HmacSha1 { Platform::String ^ get(); };
static winrt::hstring HmacSha1();
public static string HmacSha1 { get; }
var string = MacAlgorithmNames.hmacSha1;
Public Shared ReadOnly Property HmacSha1 As String
Valeur de propriété
Chaîne contenant « HMAC_SHA1 ».
Remarques
Utilisez la chaîne récupérée par cette propriété pour définir le nom de l’algorithme mac (message authentication code) lorsque vous appelez la méthode OpenAlgorithm . La chaîne représente un algorithme HMAC (Code d’authentification de message basé sur le hachage) qui utilise l’algorithme de synthèse de message SHA1 (Secure Hash Algorithm 1) pour effectuer le hachage.