SecurityIdentifier.GetHashCode Method ()

 

Serves as a hash function for the current SecurityIdentifier object. The GetHashCode method is suitable for hashing algorithms and data structures like a hash table.

Namespace:   System.Security.Principal
Assembly:  mscorlib (in mscorlib.dll)

override GetHashCode : unit -> int

Return Value

Type: System.Int32

A hash value for the current SecurityIdentifier object.

.NET Framework
Available since 2.0
Return to top
Show: