KeyDerivationAlgorithmNames.Sp80056aConcatSha512 属性

定义

检索包含“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

属性值

String

Platform::String

winrt::hstring

包含“SP800_56A_CONCAT_SHA512”的字符串。

注解

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

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

适用于

另请参阅