HashAlgorithmNames.Sha384 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 « SHA384 ».
public:
static property Platform::String ^ Sha384 { Platform::String ^ get(); };
static winrt::hstring Sha384();
public static string Sha384 { get; }
var string = HashAlgorithmNames.sha384;
Public Shared ReadOnly Property Sha384 As String
Valeur de propriété
Chaîne qui contient « SHA384 ».
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 SHA2 (Secure Hash Algorithm 2) qui produit une valeur de hachage 384 bits.