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

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

    Property Value

    List of allowed MAC algorithms separated by colons. The default value is 'hmac-sha2-256, hmac-sha2-512, [email protected], [email protected]'.
    Remarks

    dotConnect for PostgreSQL supports the following MAC algorithms:

    See Also