| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| GroupNameToSID | Converts the given group name to the SID corresponding to that name. |
| IsGroupSID | Determines whether the given security identifier identifies a group. |
| IsLocalDomain | Determines if specified domain is the local domain (i.e., local machine). |
| IsUserSID | Determines whether the given security identifier identifies a user account. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| UserNameToSID | Converts the given user name to the SID corresponding to that name. |
| GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |
| GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |