Reflection
CacheName Property


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 a Reflection session to a kerberized host and want to start an additional session that connects to a different kerberized host.
See Also