IUserIdentityManager interface

[IUserIdentityManager is not supported and may be altered or unavailable in the future. Instead, use User Accounts with Fast User Switching and Remote Desktop.]

Exposes methods that identify, enumerate, and manage user identities on the system.

Members

The IUserIdentityManager interface inherits from the IUnknown interface. IUserIdentityManager also has these types of members:

Methods

The IUserIdentityManager interface has these methods.

Method Description
EnumIdentities Deprecated. Gets an IEnumUserIdentity object, which can be used to enumerate through the user identities present on the system.
GetIdentityByCookie Deprecated. Gets a specific user identity by the cookie used to uniquely identify it.
Logoff Deprecated. Log off the current identity.
Logon Deprecated. Displays a UI to the user, allowing the user to choose a user identity. If successful, the user identity will be logged on and retrieved.
ManageIdentities Deprecated. Displays a UI to the user, allowing the user to manage user identities.

 

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
End of client support
Windows 2000 Professional
End of server support
Windows 2000 Server
Header
Msident.h
IDL
Msident.idl
DLL
Msident.dll

See also

IUserIdentity

IUserIdentity2

IEnumUserIdentity

IIdentityChangeNotify