KeyDerivationAlgorithmNames.Sp80056aConcatSha512 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 « SP800_56A_CONCAT_SHA512 ».
public:
static property Platform::String ^ Sp80056aConcatSha512 { Platform::String ^ get(); };
static winrt::hstring Sp80056aConcatSha512();
public static string Sp80056aConcatSha512 { get; }
var string = KeyDerivationAlgorithmNames.sp80056aConcatSha512;
Public Shared ReadOnly Property Sp80056aConcatSha512 As String
Valeur de propriété
Chaîne qui contient « SP800_56A_CONCAT_SHA512 ».
Remarques
Utilisez la chaîne récupérée par cette propriété pour définir le nom de la fonction de dérivation de clé (KDF) lorsque vous appelez la méthode OpenAlgorithm sur la classe KeyDerivationAlgorithmProvider . La chaîne représente un algorithme Sp800-56a qui utilise un code HMAC (Hashed Message Authentication Code) basé sur l’algorithme de synthèse de message SHA512 (Secure Hash Algorithm 512) en tant que fonction pseudorandom sous-jacente.
Pour utiliser ce KDF, vous devez spécifier les paramètres appropriés en appelant la méthode BuildForSP80056a sur la classe KeyDerivationParameters . Les paramètres sont concaténés en interne avant que la fonction ne soit utilisée par la méthode CreateKey pour dériver une clé.