Click or drag to resize

HashAlgorithmName Properties

The HashAlgorithmName type exposes the following members.

Properties
  NameDescription
Public propertyName
Gets the underlying string representation of the algorithm name.
Public propertyStatic memberSHA1
Gets a hash algorithm name that represents "SHA1".
Public propertyStatic memberSHA256
Gets a hash algorithm name that represents "SHA256".
Public propertyStatic memberSHA384
Gets a hash algorithm name that represents "SHA384".
Public propertyStatic memberSHA512
Gets a hash algorithm name that represents "SHA512".
Top
See Also