UpnClaim.GetHashCode Method ()
Gets the hash code for this instance.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public override int GetHashCode()
public:
virtual int GetHashCode() override
override GetHashCode : unit -> int
Public Overrides Function GetHashCode As Integer
Return Value
Type: System.Int32
A 32-bit signed integer hash code.
See Also
UpnClaim Class
System.Web.Security.SingleSignOn Namespace
Return to top