Discuss this help topic in SecureBlackbox Forum

TElIdSSHServerIOHandler.AuthenticationTypes

TElIdSSHServerIOHandler     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property specifies which SSH authentication types are enabled

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property AuthenticationTypes : Integer;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Values

Description

    Set this property to specify which authentication types SSH server should try to use during the negotiation process. The authentication type is calculated as bitwise OR operation on masks of types that should be enabled.

     Default value is SSH_AUTH_TYPE_PASSWORD

See also:     OnAuthFailed    

Discuss this help topic in SecureBlackbox Forum