Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.SSHAuthOrder

TElSSHBaseClient     See also     


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


Specifies in which order the client should use different authentication types.

Declaration

[C#]
    TSBSSHAuthOrder SSHAuthOrder;

[VB.NET]
    Property SSHAuthOrder As TSBSSHAuthOrder

[Pascal]
    property SSHAuthOrder : TSBSSHAuthOrder;

[C++]
    TSBSSHAuthOrder get_SSHAuthOrder();
    void set_SSHAuthOrder(TSBSSHAuthOrder Value);

[PHP]
    integer get_SSHAuthOrder()
    void set_SSHAuthOrder(integer $Value)

[Java]
    TSBSSHAuthOrder getSSHAuthOrder();
    void setSSHAuthOrder(TSBSSHAuthOrder Value);

Values

Description

This property defines the order in which the client attempts to use different authentication methods. If the value is aoCustom, the order is specified according to AuthTypePriorities.

See also:     AuthenticationTypes    

Discuss this help topic in SecureBlackbox Forum