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


In This Topic
    CacheName Property
    In This Topic
    A string that specifies the path and filename of a credentials cache.
    Syntax
    'Declaration
     
    
    Property CacheName As String
    'Usage
     
    
    Dim instance As IConnectionSettingsTelnet
    Dim value As String
     
    instance.CacheName = value
     
    value = instance.CacheName
    string CacheName {get; set;}

    Property Value

    The default cache name is used if no other cache name is specified. This value cannot be changed if the connection is open.
    Remarks
    Use this setting if you have already connected an InfoConnect session to a kerberized host and want to start an additional session that connects to a different kerberized host.
    See Also