Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / 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

Property Value

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