dotConnect for PostgreSQL Documentation
Devart.Common Namespace / SshHostKeyConfirmationEventArgs Class / Confirmation Property

In This Topic
    Confirmation Property
    In This Topic
    Gets or sets the value, indicating whether to continue connecting after this event.
    Syntax
    'Declaration
     
    Public Property Confirmation As SshHostKeyConfirmation
    public SshHostKeyConfirmation Confirmation {get; set;}

    Property Value

    One of the SshHostKeyConfirmation values.
    See Also