SecurityProperty.GetHashCode Method ()
Serves as a hash function for a SecurityProperty objects. Suitable for use in hashing algorithms and data structures like a hash table.
Namespace: System.Web.Security.SingleSignOn.Authorization
Assembly: System.Web.Security.SingleSignOn.ClaimTransforms (in System.Web.Security.SingleSignOn.ClaimTransforms.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 System.Int32 value that contains the hash index of the current SecurityProperty object.
See Also
SecurityProperty Class
System.Web.Security.SingleSignOn.Authorization Namespace
Return to top