Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.21 KB

File metadata and controls

48 lines (39 loc) · 1.21 KB
title setTrustManagerConstructorArg Method (SQLServerDataSource) | Microsoft Docs
ms.custom
ms.date 01/19/2018
ms.prod sql
ms.prod_service drivers
ms.service
ms.component jdbc
ms.reviewer
ms.suite sql
ms.technology
drivers
ms.tgt_pltfrm
ms.topic article
apiname
SQLServerDataSource.setTrustManagerConstructorArg
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid
caps.latest.revision 1
author MightyPen
ms.author genemi
manager jhubbard
ms.workload Inactive

setTrustManagerConstructorArg Method (SQLServerDataSource)

[!INCLUDEDriver_JDBC_Download]

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