Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 708 Bytes

hashalgorithmnames_sha1.md

File metadata and controls

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

Windows.Security.Cryptography.Core.HashAlgorithmNames.Sha1

-description

Retrieves a string that contains "SHA1".

-property-value

String that contains "SHA1".

-remarks

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

-examples

-see-also

HashAlgorithmProvider