IUserIdentity2 interface

[IUserIdentity2 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 provide naming, password, and ordinal control for a specific user identity.

Members

The IUserIdentity2 interface inherits from IUserIdentity. IUserIdentity2 also has these types of members:

Methods

The IUserIdentity2 interface has these methods.

Method Description
ChangePassword Deprecated. Sets a new password for the identity.
GetOrdinal Deprecated. Gets the ordinal number for this identity.
SetName Deprecated. Sets the display name of the identity.

 

Remarks

This interface also provides the methods of the IUserIdentity interface, from which it inherits.

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