Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.AuthenticationTypes

TElSSHBaseClient     See also     


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


This property specifies which SSH authentication types are enabled

Declaration

[C#]
    int AuthenticationTypes;

[VB.NET]
    Property AuthenticationTypes As Integer

[Pascal]
    property AuthenticationTypes : integer;

[C++]
    int32_t get_AuthenticationTypes();
    void set_AuthenticationTypes(int32_t Value);

[PHP]
    integer get_AuthenticationTypes()
    void set_AuthenticationTypes(integer $Value)

[Java]
    int getAuthenticationTypes();
    void setAuthenticationTypes(int Value);

Values

Description

Set this property before opening the connection to specify which authentication types SSH client 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.

See also:     OnAuthenticationSuccess     OnAuthenticationFailed    

Discuss this help topic in SecureBlackbox Forum