InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / DASOPassTicket Property


In This Topic
    DASOPassTicket Property (IIbmTerminal)
    In This Topic
    Retrieves the pass ticket for DASO (Digital Certificate Access Server Automated Sign On). This field will be empty until a successful call to GetDASOPassTicket is executed.
    Syntax
    'Declaration
     
    
    ReadOnly Property DASOPassTicket As String
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As String
     
    value = instance.DASOPassTicket
    string DASOPassTicket {get;}
    See Also