IAdmUserInfo2

The IAdmUserInfo2 interface extends the IAdmUserInfo interface.

Inheritance: IAdmUserInfo

Methods

  • Method

  • Description

  • GetTokenGroups()

  • Returns security identifiers (SIDs) of the security groups the user is member of.

Properties

  • Property

  • Description

  • IsFromManagedDomain

  • Gets a value indicating whether the user is located in a domain managed by the Adaxes service.

Details

GetTokenGroups()

Returns security identifiers (SIDs) of the security groups the user is member of.

string[] GetTokenGroups()

IsFromManagedDomain

Gets a value indicating whether the user is located in a domain managed by the Adaxes service.

  • Type:
  • bool
  • Access:
  • Read-only

Requirements

Minimum required version: 2019.1

See also