Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsTelnet Object / CacheName Property
In This Topic
    CacheName Property
    In This Topic
    A string specifying the path and file name of a credentials cache.
    Syntax
    expression.CacheName As String
    where expression is a variable that represents a ConnectionSettingsTelnet Object
    Remarks
    Use this setting if you have already connected a Reflection session to a kerberized host, and you want to be able to create additional sessions to connect to different kerberized hosts. The default cache name is used if no other cache name is specified. This value cannot be changed if the connection is open.
    See Also