Hi, if I am not mistaken there is missing documentation of following properties:
|
public static string TrustedCertPathProperty => "TrustedCertPath"; |
public static string TrustedCertPathProperty => "TrustedCertPath";
public static string TrustedCertificateProperty => "TrustedCertificate";
public static string UseSystemTrustStoreProperty => "UseSystemTrustStore";
in
|
### Connection String/TrinoConnectionProperties |
Hi, if I am not mistaken there is missing documentation of following properties:
trino-csharp-client/trino-csharp/Trino.Data.ADO/Utilities/ConnectionStringUtils.cs
Line 44 in 30718ef
public static string TrustedCertPathProperty => "TrustedCertPath";
public static string TrustedCertificateProperty => "TrustedCertificate";
public static string UseSystemTrustStoreProperty => "UseSystemTrustStore";
in
trino-csharp-client/README.md
Line 237 in 30718ef