InfoConnect for Unisys
CacheSecureShellUserName Property


Gets or sets a value indicating whether InfoConnect caches the user name entered for a Secure Shell session.

Syntax
'Declaration
 
Property CacheSecureShellUserName As Boolean
'Usage
 
Dim instance As ITerminal
Dim value As Boolean
 
instance.CacheSecureShellUserName = value
 
value = instance.CacheSecureShellUserName
bool CacheSecureShellUserName {get; set;}
Remarks

When this property is true (the default), the user name is saved in memory until the InfoConnect Desktop is closed. Users are not prompted for a user name when they reconnect unless they reopen the workspace.

When this property is false, the user name is cleared from memory immediately after a successful connection is established and users are prompted for a user name when they reconnect.

This property is relevant only when ConnectionType = "SECURE SHELL".

See Also