Discuss this help topic in SecureBlackbox Forum

TElSSHServer.SSHAuthOrder

TElSSHServer     See also     


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


This property 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);

TSBSSHAuthOrder values:

Description

    Use this property to specify the order in which the client tries to authenticate using different types of authentication. If the value is aoCustom, the order is specified according to AuthTypePriorities.

See also:     AuthTypePriorities    

Discuss this help topic in SecureBlackbox Forum