GetDASOPassTicket Method (ITerminal)
Issues a request to the Management and Security Server for a DASO pass ticket. On success, the DASOUserID and DASOPassTicket properties will be valid and can be used for automated sign on to the host. The application ID can be preset using the DASOApplicationID property in which case the ApplicationID parameter on this call may be empty.
'Declaration
Function GetDASOPassTicket( _
ByVal As String _
) As ReturnCode
'Usage
Dim instance As ITerminal
Dim applicationId As String
Dim value As ReturnCode
value = instance.GetDASOPassTicket(applicationId)
Parameters
- applicationId
- The host application ID.
Return Value
ReturnCode value indicate success or error conditions.