Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / SingleSignOn Property
In This Topic
    SingleSignOn Property
    In This Topic
    Gets or sets a value indicating whether Reflection enables the use of a single user name and password for multiple logon procedures.
    Syntax
    expression.SingleSignOn As Boolean
    where expression is a variable that represents a IbmTerminal Object

    Property Value

    The default value is False.
    Exceptions
    ExceptionDescription
    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