InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsTelnet Interface / Authentication Property


In This Topic
    Authentication Property
    In This Topic
    This option enables InfoConnect to use Kerberos authentication.
    Syntax
    'Declaration
     
    
    Property Authentication As Boolean
    'Usage
     
    
    Dim instance As IConnectionSettingsTelnet
    Dim value As Boolean
     
    instance.Authentication = value
     
    value = instance.Authentication
    bool Authentication {get; set;}

    Property Value

    This value cannot be changed if the connection is open.
    Remarks
    To configure Kerberos connections, use these settings: Authentication, Encryption, MutualAuthentication, Principal, Realm, RenewableTicket, TicketForwarding.

    Do not set Authentication to true if you use Kerberos authentication in conjuction with Secure Shell (ConnectionType = SECURE SHELL). This and other configuration information from the Secure Shell Settings dialog box is saved in the Secure Shell configuration file.

    See Also