Condividi tramite


MariaDBLinkedService.SslMode Property

Definition

This option specifies whether the driver uses TLS encryption and verification when connecting to MariaDB. E.g., SSLMode=<0/1/2/3/4>. Options: DISABLED (0) / PREFERRED (1) (Default) / REQUIRED (2) / VERIFY_CA (3) / VERIFY_IDENTITY (4), REQUIRED (2) is recommended to only allow connections encrypted with SSL/TLS.

public object SslMode { get; set; }
member this.SslMode : obj with get, set
Public Property SslMode As Object

Property Value

Applies to