Partager via


KeyDerivationAlgorithmNames.Sp80056aConcatSha384 Propriété

Définition

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

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

Valeur de propriété

String

Platform::String

winrt::hstring

Chaîne qui contient « SP800_108_CTR_HMAC_SHA384 ».

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 SHA384 (Secure Hash Algorithm 384) 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é.

S’applique à

Voir aussi