Partager via


HashAlgorithmNames.Sha256 Propriété

Définition

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

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

Valeur de propriété

String

Platform::String

winrt::hstring

Chaîne qui contient « SHA256 ».

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 de 256 bits.

S’applique à

Voir aussi