InfoConnect for Airlines VBA Guide
DASOApplicationID Property (IbmTerminal)
Retrieves or assigns the application ID to use for DASO (Digital Certificate Access Server Automated Sign On) support.
Syntax
Object.DASOApplicationID As String
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
Remarks
This property applies to 3270 Telnet and Telnet Extended sessions only. It is required for DASO and can be set either via this property or in the call to GetDASOPassTicket. The default is "".
See Also