Partager via


UserMgmtManager.GetUser Method (SecurityIdentifier)

 

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

Return Value

Type: Microsoft.WindowsServerSolutions.Users.User

An instance of User.

See Also

GetUser Overload
UserMgmtManager Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top