HashAlgorithmName Structure |
Namespace: ASDSoft.WebSigner
[ObfuscationAttribute(Exclude = true)] public struct HashAlgorithmName
The HashAlgorithmName type exposes the following members.
Name | Description | |
---|---|---|
HashAlgorithmName | Initializes a new instance of the HashAlgorithmName structure with a custom name. |
Name | Description | |
---|---|---|
Name | Gets the underlying string representation of the algorithm name. | |
SHA1 | Gets a hash algorithm name that represents "SHA1". | |
SHA256 | Gets a hash algorithm name that represents "SHA256". | |
SHA384 | Gets a hash algorithm name that represents "SHA384". | |
SHA512 | Gets a hash algorithm name that represents "SHA512". |
Name | Description | |
---|---|---|
Equals(HashAlgorithmName) | Returns a value that indicates whether two HashAlgorithmName instances are equal. | |
Equals(Object) | Returns a value that indicates whether the current instance and a specified object are equal. (Overrides ValueTypeEquals(Object).) | |
GetHashCode | Returns the hash code for the current instance. (Overrides ValueTypeGetHashCode.) | |
ToString | Returns the string representation of the current HashAlgorithmName instance. (Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
Equality | Determines whether two specified HashAlgorithmName objects are equal. | |
Inequality | Determines whether two specified HashAlgorithmName objects are not equal. |