EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSSHClient.AuthTypePriorities

TElSSHClient     See also    


 

Specifies priorities of different authentication types.

 
 

Declaration

[C#]
    int get_AuthTypePriorities(int Index);
    void set_AuthTypePriorities(int Index, int Value);

[VB.NET]
    Property AuthTypePriorities(ByVal Index As Integer) As Integer

[Pascal]
    property AuthTypePriorities [Index : integer] : integer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Index - index of the desired authentication type.
  • [C#]Value - desired priority value
 
 

Authentication types

Definition Value
SSH_AUTH_TYPE_RHOSTS 1 (0x01)
SSH_AUTH_TYPE_PUBLICKEY 2 (0x02)
SSH_AUTH_TYPE_PASSWORD 4 (0x04)
SSH_AUTH_TYPE_HOSTBASED 8 (0x08)
SSH_AUTH_TYPE_KEYBOARD 16 (0x10)
SSH_AUTH_TYPE_GSSAPI_WITH_MIC 32 (0x20)
SSH_AUTH_TYPE_GSSAPI_KEYEX 64 (0x40)
Declared in
[.NET] [Pascal]
Namespace: SBSSHConstants
Assembly: SecureBlackbox.SSHClient
Unit: SBSSHConstants

 
 

Description

    Use this property to get or set priorities of various authentication types. The higher this value is, the more preferred is the authentication type.

 
 

See also:     AuthenticationTypes    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation