dotConnect for PostgreSQL Documentation
Devart.Common Namespace / SshHostKeyConfirmation Enumeration

In This Topic
    SshHostKeyConfirmation Enumeration
    In This Topic
    Determines the action to take after checking the public server host key.
    Syntax
    'Declaration
     
    Public Enum SshHostKeyConfirmation 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    public enum SshHostKeyConfirmation : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberDescription
    ConfirmConfirm verification success and continue connecting.
    NotConfirmDon't confirm verification success and stop connecting.
    Remarks
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Common.SshHostKeyConfirmation

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also