ActiveDirectoryGroupClaim.GetHashCode Method ()
Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
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 hash code for the current Object.
See Also
ActiveDirectoryGroupClaim Class
System.Web.Security.SingleSignOn Namespace
Return to top