KeyDerivationAlgorithmNames.Sp800108CtrHmacSha512 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取包含 「SP800_108_CTR_HMAC_SHA512」 的字串。
public:
static property Platform::String ^ Sp800108CtrHmacSha512 { Platform::String ^ get(); };
static winrt::hstring Sp800108CtrHmacSha512();
public static string Sp800108CtrHmacSha512 { get; }
var string = KeyDerivationAlgorithmNames.sp800108CtrHmacSha512;
Public Shared ReadOnly Property Sp800108CtrHmacSha512 As String
屬性值
包含 「SP800_108_CTR_HMAC_SHA512」 的字串。
備註
當您在KeyDerivationAlgorithmProvider類別上呼叫OpenAlgorithm方法時,請使用此屬性所擷取的字串來設定金鑰衍生函式 (KDF) 名稱。 字串代表計數器模式中的 Sp800-108 演算法,該演算法會根據安全雜湊演算法 512 訊息摘要演算法使用雜湊驗證碼, (HmacSha512) 作為基礎虛擬隨機函式。
若要使用此 KDF,您必須在KeyDerivationParameters上呼叫BuildForSP800108方法,再呼叫CreateKey方法來衍生金鑰,以指定適當的參數。