Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the User object from the cache.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public User GetUser(
SecurityIdentifier sid
)
public:
User^ GetUser(
SecurityIdentifier^ sid
)
Public Function GetUser (
sid As SecurityIdentifier
) As User
Parameters
sid
Type: System.Security.Principal.SecurityIdentifierThe security identifier of the user account.
Return Value
Type: Microsoft.WindowsServerSolutions.Users.User
An instance of User.
See Also
GetUser Overload
UserMgmtManager Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top