InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsTelnet Interface / RenewableTicket Property


In This Topic
    RenewableTicket Property
    In This Topic
    Specifies the time (in seconds) for which Kerberos Ticket Granting Tickets (TGT) are renewable.
    Syntax
    'Declaration
     
    
    Property RenewableTicket As Integer
    'Usage
     
    
    Dim instance As IConnectionSettingsTelnet
    Dim value As Integer
     
    instance.RenewableTicket = value
     
    value = instance.RenewableTicket
    int RenewableTicket {get; set;}

    Property Value

    The default value is "604,800" (7 days). This value cannot be changed if the connection is open.
    See Also