Send comments on this topic.
SingleSignOn Property
Attachmate.Reflection.Objects.Emulation.IbmHosts Library > IbmTerminal Object : SingleSignOn Property
Gets or sets a value that specifies whether Reflection enables the use of a single user name and password for multiple logon procedures.

Syntax

 
Object.SingleSignOn As Boolean

Property Value

The default value is False.

Exceptions

ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.

Remarks

The effect of this property depends on how your system is configured: If you connect to a 5250 host using an SNA server, this property determines whether your SNA Server user name and password are used for your AS/400 sign-on. For terminal sessions, setting this value to true automatically signs you on to the AS/400. For AS/400 data transfers, setting this value to true satisfies your security requirements to the AS/400 and gives you access to your AS/400 files.

See Also