Click or drag to resize

HashAlgorithmNameGetHashCode Method

Returns the hash code for the current instance.

Namespace:  ASDSoft.WebSigner
Assembly:  ASDSoft.WebSigner (in ASDSoft.WebSigner.dll) Version: 2.5.0
Syntax
C#
public override int GetHashCode()

Return Value

Type: Int32
The hash code for the current instance, or 0 if no Name value was supplied to the HashAlgorithmName constructor.
See Also