GetLogonInfoSSO

Gets the domain, username, and external authentication token for the connected user.

Note:

An external authentication token cannot be retrieved until an application has been opened.

Syntax

<HsxClient>.GetLogonInfoSSO(pbstrDomain, pbstrUser)

Argument

Description

pbstrDomain

String. Returns the name of the user’s domain.

pbstrUser

String. Returns the name of the user.

Return Value

String. Returns the external authentication token.

Example

GetLogonInfoSSO is used in the example for the HsvSecurityAccess method GetUserInfoFromUniqueID2.