Discuss this help topic in SecureBlackbox Forum

TElIndySSHShellIOHandlerSocket.AuthenticationTypes

TElIndySSHShellIOHandlerSocket     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 : cardinal;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Values

Description

    Set this property before calling the Open method 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.

    Default value is SSH_AUTH_TYPE_PASSWORD.

See also:     Open     OnAuthenticationSuccess     OnAuthenticationFailed    

Discuss this help topic in SecureBlackbox Forum