dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlConnectionStringBuilder Class / SshPrivateKey Property

In This Topic
    SshPrivateKey Property
    In This Topic
    Gets or sets the location of the client private key.
    Syntax
    'Declaration
     
    Public Property SshPrivateKey As String
    public string SshPrivateKey {get; set;}

    Property Value

    Location of private key to use.
    See Also