Partager via


KeyDerivationAlgorithmNames.Sp80056aConcatSha256 Propriété

Définition

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

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

Valeur de propriété

String

Platform::String

winrt::hstring

Chaîne qui contient « SP800_108_CTR_HMAC_SHA256 ».

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 SHA256 (Secure Hash Algorithm 256) 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