NamedPermissionSet::GetHashCode Method ()

 

Gets a hash code for the NamedPermissionSet object that is suitable for use in hashing algorithms and data structures such as a hash table.

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

public:
[ComVisibleAttribute(false)]
virtual int GetHashCode() override

Return Value

Type: System::Int32

A hash code for the current NamedPermissionSet object.

The hash code for two instances of the same permission might differ, hence a hash code should not be used to compare two NamedPermissionSet objects.

.NET Framework
Available since 2.0
Return to top
Show: