System.Security.Principal.SecurityIdentifier.GetHashCode Method

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

Syntax

public override int GetHashCode ()

Returns

A hash value for the current System.Security.Principal.SecurityIdentifier object.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Security.Principal
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0