UserInfo Methods

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets 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.
ToStringReturns a string that represents the current object.
(Inherited from Object)
UserNameToSID Converts the given user name to the SID corresponding to that name.

Extension Methods

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)

See Also