MacAlgorithmNames.HmacSha384 屬性

定義

擷取包含 「HMAC_SHA384」 的字串。

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

屬性值

String

Platform::String

winrt::hstring

包含 「HMAC_SHA384」 的字串。

備註

使用此屬性所擷取的字串,在呼叫 OpenAlgorithm 方法時,將訊息驗證碼設定 (MAC) 演算法名稱。 字串代表以雜湊為基礎的訊息驗證程式代碼, (HMAC) 演算法,該演算法會使用 SHA384 (安全雜湊演算法) 訊息摘要演算法來執行雜湊。

適用於

另請參閱