UserIdentity Class

 

Represents that identity information for a user account.

Namespace:   Microsoft.WindowsServerSolutions.Users
Assembly:  UserObjectModel (in UserObjectModel.dll)

System::Object
  Microsoft.WindowsServerSolutions.Users::UserIdentity

public ref class UserIdentity 

NameDescription
System_CAPS_pubpropertyItem[String^]

Gets the UserToken for the key.

System_CAPS_pubpropertyPersonalInfo

Gets the personal information that is associated with the user account.

System_CAPS_pubpropertyServerAccountSID

Gets the security identifier for the server shadow account.

System_CAPS_pubpropertyShadowAccount

Gets the shadow account information.

System_CAPS_pubpropertyUserName

Gets the name of the user account.

System_CAPS_pubpropertyWindowsIdentity

Gets the WindowsIdentity object.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticChangePassword(String^, SecureString^, SecureString^)

Changes the password for the specified user account.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodImpersonate()

Impersonates the user account with the value in the WindowsIdentity property.

System_CAPS_pubmethodSystem_CAPS_staticLogonUser(String^, SecureString^)

Logs on with the specified user account name and password.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticRemoteLogonUser(String^, SecureString^)

Remotely logs on with the specified user account name and password.

System_CAPS_pubmethodSystem_CAPS_staticResetCurrentServerUserInfo()

Resets the user account information on the server.

System_CAPS_pubmethodSystem_CAPS_staticSetServerUserInfo(UserIdentity^, Boolean, NetworkCredential^, Boolean)

Sets information on the server.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: