AsymmetricAlgorithmNames.DsaSha1 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 « DSA_SHA1 ».
public:
static property Platform::String ^ DsaSha1 { Platform::String ^ get(); };
static winrt::hstring DsaSha1();
public static string DsaSha1 { get; }
var string = AsymmetricAlgorithmNames.dsaSha1;
Public Shared ReadOnly Property DsaSha1 As String
Valeur de propriété
Chaîne qui contient « DSA_SHA1 ».
Remarques
Utilisez la chaîne récupérée par cette propriété pour définir le nom de l’algorithme asymétrique lorsque vous appelez la méthode OpenAlgorithm . La chaîne représente un algorithme de signature numérique (DSA) qui utilise l’algorithme sha1 (Secure Hashing Algorithm 1) pour hacher le contenu du message avant la signature. La longueur du hachage est de 160 bits.