Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 802 Bytes

macalgorithmnames_hmacsha1.md

File metadata and controls

24 lines (17 loc) · 802 Bytes
-api-id -api-type
P:Windows.Security.Cryptography.Core.MacAlgorithmNames.HmacSha1
winrt property

Windows.Security.Cryptography.Core.MacAlgorithmNames.HmacSha1

-description

Retrieves a string that contains "HMAC_SHA1".

-property-value

String that contains "HMAC_SHA1".

-remarks

Use the string retrieved by this property to set the message authentication code (MAC) algorithm name when you call the OpenAlgorithm method. The string represents a hash-based message authentication code (HMAC) algorithm that uses the SHA1 (Secure Hash Algorithm 1) message digest algorithm to perform the hashing.

-examples

-see-also

MacAlgorithmProvider