Discuss this help topic in SecureBlackbox Forum

TElSSHClass.AuthenticationTypes

TElSSHClass     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 calling the Open() method to specify which authentication types the component 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.

Discuss this help topic in SecureBlackbox Forum