MacAlgorithmNames.HmacSha512 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取包含 「HMAC_SHA512」 的字串。
public:
static property Platform::String ^ HmacSha512 { Platform::String ^ get(); };
static winrt::hstring HmacSha512();
public static string HmacSha512 { get; }
var string = MacAlgorithmNames.hmacSha512;
Public Shared ReadOnly Property HmacSha512 As String
屬性值
包含 「HMAC_SHA512」 的字串。
備註
當您呼叫 OpenAlgorithm 方法時,請使用此屬性擷取的字串,在 MAC) 演算法名稱 (訊息驗證碼。 字串代表雜湊型訊息驗證碼, (HMAC) 演算法,此演算法會使用 SHA512 (安全雜湊演算法) 訊息摘要演算法來執行雜湊。