HashAlgorithmName::GetHashCode Method ()

 

Returns the hash code for the current instance.

Namespace:   System.Security.Cryptography
Assembly:  mscorlib (in mscorlib.dll)

public:
virtual int GetHashCode() override

Return Value

Type: System::Int32

The hash code for the current instance, or 0 if no name value was supplied to the HashAlgorithmName constructor.

.NET Framework
Available since 4.6
Return to top
Show: