Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / GetDASOPassTicket Method
The host application ID.


In This Topic
GetDASOPassTicket Method (ITerminal)
In This Topic
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.
Syntax
'Declaration
 
Function GetDASOPassTicket( _
   ByVal applicationId 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.
See Also