KeyDerivationAlgorithmNames.Sp80056aConcatMd5 属性

定义

检索包含“SP800_56A_CONCAT_MD5”的字符串。

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

属性值

String

Platform::String

winrt::hstring

包含“SP800_56A_CONCAT_MD5”的字符串。

注解

KeyDerivationAlgorithmProvider 类上调用 OpenAlgorithm 方法时,使用此属性检索到的字符串设置密钥派生函数 (KDF) 名称。 字符串表示 Sp800-56a 算法,该算法使用基于 MD5 消息摘要算法的 HMAC) (哈希消息身份验证代码作为基础伪随机函数。

若要使用此 KDF,必须通过在 KeyDerivationParameters 类上调用 BuildForSP80056a 方法来指定相应的参数。 在 CreateKey 方法使用函数派生密钥之前,参数在内部连接。

适用于

另请参阅