IdentityReference Methods
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Returns a value that indicates whether the specified object equals this instance of the IdentityReference class.(Overrides Object.Equals(Object).) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as a hash function for IdentityReference. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.(Overrides Object.GetHashCode().) |
![]() | GetType() | |
![]() | IsValidTargetType(Type) | Returns a value that indicates whether the specified type is a valid translation type for the IdentityReference class. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns the string representation of the identity represented by the IdentityReference object.(Overrides Object.ToString().) |
![]() | Translate(Type) | Translates the account name represented by the IdentityReference object into another IdentityReference-derived type. |

