getTrustStore Method (SQLServerDataSource)

Download JDBC driver

Returns the path (including file name) to the certificate trustStore file.

Syntax

  
public java.lang.String getTrustStore()  

Return Value

A String that contains the path (including file name) to the certificate trustStore file, or null if no value is set.

Remarks

If the trustStore property is not set, the getTrustStore method returns null.

See Also

SQLServerDataSource Members
SQLServerDataSource Class