dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / SshOptions Class / KeyExchangeAlgorithms Property

In This Topic
    KeyExchangeAlgorithms Property
    In This Topic
    List of key exchange algorithms that client agrees to use.
    Syntax
    'Declaration
     
    Public Property KeyExchangeAlgorithms As String
    public string KeyExchangeAlgorithms {get; set;}

    Property Value

    List of allowed Key exchange algorithms separated by colons. The default value is 'curve25519-sha256, ecdh-sha2-nistp521, ecdh-sha2-nistp384, ecdh-sha2-nistp256, diffie-hellman-group14-sha256, diffie-hellman-group16-sha512, diffie-hellman-group18-sha512, diffie-hellman-group-exchange-sha256, [email protected]'.
    Remarks

    dotConnect for PostgreSQL supports the following Key exchange algorithms:

    • diffie-hellman-group1-sha1
    • diffie-hellman-group14-sha1
    • diffie-hellman-group14-sha256
    • diffie-hellman-group16-sha512
    • diffie-hellman-group18-sha512
    • diffie-hellman-group-exchange-sha1
    • diffie-hellman-group-exchange-sha256
    • curve25519-sha256
    • [email protected] 
    • ecdh-sha2-nistp256 
    • ecdh-sha2-nistp384
    • ecdh-sha2-nistp521
    See Also