MacAlgorithmNames.HmacSha384 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_SHA384 ».
public:
static property Platform::String ^ HmacSha384 { Platform::String ^ get(); };
static winrt::hstring HmacSha384();
public static string HmacSha384 { get; }
var string = MacAlgorithmNames.hmacSha384;
Public Shared ReadOnly Property HmacSha384 As String
Valeur de propriété
Chaîne qui contient « HMAC_SHA384 ».
Remarques
Utilisez la chaîne récupérée par cette propriété pour définir le nom de l’algorithme de code d’authentification des messages (MAC) lorsque vous appelez la méthode OpenAlgorithm . La chaîne représente un algorithme HMAC (hash-based message authentication code) qui utilise l’algorithme de synthèse de message SHA384 (Secure Hash Algorithm) pour effectuer le hachage.