IAdmServiceSessionLogon

The IAdmServiceSessionLogon interface provides access to information about an established logon session for a client.

Inheritance: IUnknown

Properties

  • Property

  • Description

  • UserName

  • Gets the name of the logged on user.

  • UserSid

  • Gets the security identifier (SID) of the logged on user.

Details

UserName

Gets the name of the logged on user.

  • Type:
  • string
  • Access:
  • Read-only

UserSid

Gets the security identifier (SID) of the logged on user.

  • Type:
  • Object
  • Access:
  • Read-only

Requirements

Minimum required version: 2009.1

See also