KeyDerivationAlgorithmNames.Sp80056aConcatSha384 属性

定义

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

属性值

String

Platform::String

winrt::hstring

包含“SP800_108_CTR_HMAC_SHA384”的字符串。

注解

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

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

适用于

另请参阅