Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 812 Bytes

macalgorithmnames_hmacsha512.md

File metadata and controls

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

Windows.Security.Cryptography.Core.MacAlgorithmNames.HmacSha512

-description

Retrieves a string that contains "HMAC_SHA512".

-property-value

String that contains "HMAC_SHA512".

-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 SHA512 (Secure Hash Algorithm) message digest algorithm to perform the hashing.

-examples

-see-also

MacAlgorithmProvider