StrongNamePublicKeyBlob.GetHashCode Method

Definition

Returns a hash code based on the public key.

public:
 override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

Returns

The hash code based on the public key.

Remarks

Hash functions map binary strings of an arbitrary length to small binary strings of a fixed length, known as hash values.

Applies to