SetLogonInfoSSO

Sets logon information such as the username, password, domain or sets an SSO token. If all arguments are passed, then only the token is used. The logon information that SetLogonInfoSSO sets is authenticated when OpenApplication is called.

Syntax

<HsxClient>.SetLogonInfoSSO bstrDomain, bstrUser, bstrToken, bstrPassword

Argument

Description

bstrDomain

String (ByVal). The name of the user’s domain.

bstrUser

String (ByVal). The user’s username.

bstrToken

String (ByVal). The single sign-on token.

bstrPassword

String (ByVal). The user’s password.

Example

See the example for OpenApplication.