getTrustManagerClass Method (SQLServerDataSource)

Download JDBC driver

Returns the String value of the TrustManagerClass connection property.

Syntax

  
public java.lang.String getTrustManagerClass()  

Return Value

A String that contains the value of the TrustManagerClass connection property, or null if no value is set.

Remarks

If the TrustManagerClass property is not set, the getTrustManagerClass method returns null.

See Also

SQLServerDataSource Members
SQLServerDataSource Class