Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Specifies the types of supported hash algorithms.
Namespace: System.Security.Cryptography
Assembly: System.Security (in System.Security.dll)
Syntax
'Declaration
Public Enumeration HashAlgorithmType
public enum HashAlgorithmType
public enum class HashAlgorithmType
type HashAlgorithmType
public enum HashAlgorithmType
Members
Member name | Description | |
---|---|---|
SHA1 | The Secure Hashing Algorithm (SHA1). | |
SHA256 | The Secure Hashing Algorithm (SHA256). | |
SHA384 | The Secure Hashing Algorithm (SHA384). | |
SHA512 | The Secure Hashing Algorithm (SHA512). | |
RIPEMD160 | The MD160 hashing algorithm. | |
MD5 | The Message Digest 5 (MD5) hashing algorithm. |