Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 708 Bytes

hashalgorithmnames_sha512.md

File metadata and controls

24 lines (17 loc) · 708 Bytes
-api-id -api-type
P:Windows.Security.Cryptography.Core.HashAlgorithmNames.Sha512
winrt property

Windows.Security.Cryptography.Core.HashAlgorithmNames.Sha512

-description

Retrieves a string that contains "SHA512".

-property-value

String that contains "SHA512".

-remarks

Use the string retrieved by this property to set the hash algorithm name when you call the OpenAlgorithm method. The string represents a SHA2 (Secure Hash Algorithm 2) message digest algorithm that produces a 512-bit hash value.

-examples

-see-also

HashAlgorithmProvider