UseLicense.GetHashCode Method

Definition

Returns the hash code associated with this license.

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

Returns

A hash code for this license.

Remarks

The returned hash code is based on the serialized Extensible Rights Markup Language (XrML) string passed to the UseLicense constructor.

Applies to