Click or drag to resize

HashAlgorithmName Properties

The HashAlgorithmName type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberMD5
Gets a HashAlgorithmName representing "MD5"
Public propertyName
Gets the underlying string representation of the algorithm name.
Public propertyStatic memberSHA1
Gets a HashAlgorithmName representing "SHA1"
Public propertyStatic memberSHA256
Gets a HashAlgorithmName representing "SHA256"
Public propertyStatic memberSHA384
Gets a HashAlgorithmName representing "SHA384"
Public propertyStatic memberSHA512
Gets a HashAlgorithmName representing "SHA512"
Top
See Also