Click or drag to resize

HashAlgorithmName Structure

Definition of supported hash algorithms.

Namespace:  ASDSoft.WebSigner
Assembly:  ASDSoft.WebSigner (in ASDSoft.WebSigner.dll) Version: 2.5.0
Syntax
C#
[ObfuscationAttribute(Exclude = true)]
public struct HashAlgorithmName

The HashAlgorithmName type exposes the following members.

Constructors
  NameDescription
Public methodHashAlgorithmName
Initializes a new instance of the HashAlgorithmName structure with a custom name.
Top
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
Methods
  NameDescription
Public methodEquals(HashAlgorithmName)
Returns a value that indicates whether two HashAlgorithmName instances are equal.
Public methodEquals(Object)
Returns a value that indicates whether the current instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Returns the hash code for the current instance.
(Overrides ValueTypeGetHashCode.)
Public methodToString
Returns the string representation of the current HashAlgorithmName instance.
(Overrides ValueTypeToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Determines whether two specified HashAlgorithmName objects are equal.
Public operatorStatic memberInequality
Determines whether two specified HashAlgorithmName objects are not equal.
Top
See Also