setTrustManagerConstructorArg Method (SQLServerDataSource)

Download JDBC driver

Sets the String value of the TrustManagerConstructorArg connection property.

Syntax

  
public void setTrustManagerConstructorArg(java.lang.String trustManagerClass)  

Parameters

trustManagerClass

A String that contains the fully qualified class name of a custom javax.net.ssl.TrustManager.

See Also

SQLServerDataSource Members
SQLServerDataSource Class