共用方式為


MacAlgorithmNames.HmacSha256 屬性

定義

擷取包含 「HMAC_SHA256」 的字串。

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

屬性值

String

Platform::String

winrt::hstring

包含 「HMAC_SHA256」 的字串。

備註

當您呼叫 OpenAlgorithm 方法時,請使用此屬性擷取的字串,在 MAC) 演算法名稱 (訊息驗證碼。 此字串代表使用 SHA256 (Secure Hash Algorithm) 訊息摘要演算法來執行雜湊的 HMAC) 演算法 (雜湊型訊息驗證碼。

適用於

另請參閱