AsymmetricAlgorithmNames.EcdsaP521Sha512 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 « ECDSA_P521_SHA512 ».
public:
static property Platform::String ^ EcdsaP521Sha512 { Platform::String ^ get(); };
static winrt::hstring EcdsaP521Sha512();
public static string EcdsaP521Sha512 { get; }
var string = AsymmetricAlgorithmNames.ecdsaP521Sha512;
Public Shared ReadOnly Property EcdsaP521Sha512 As String
Valeur de propriété
Chaîne qui contient « ECDSA_P521_SHA512 ».
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 ECDSA (Elliptic Curve Digital Signature Algorithm) qui utilise une clé publique 521 bits et un algorithme de hachage sécurisé (SHA) pour hacher le contenu du message avant la signature. La longueur du hachage est de 512 bits.
Notes
Vous devez spécifier la valeur 521 lors de l’appel de la méthode CreateKeyPair pour créer des clés compatibles avec cet algorithme.