CodeAccessPermission::GetHashCode Method ()
.NET Framework (current version)
Gets a hash code for the CodeAccessPermission object that is suitable for use in hashing algorithms and data structures such as a hash table.
Assembly: mscorlib (in mscorlib.dll)
The hash code for two instances of the same permission might be different, hence a hash code should not be used to compare two CodeAccessPermission objects.
.NET Framework
Available since 2.0
Available since 2.0
Show: