Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.17 KB

File metadata and controls

37 lines (28 loc) · 1.17 KB
title getTrustStore Method (SQLServerDataSource)
description getTrustStore Method (SQLServerDataSource)
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation getTrustStore Method (SQLServerDataSource)
apiname getTrustStore Method (SQLServerDataSource)
apitype Assembly

getTrustStore Method (SQLServerDataSource)

[!INCLUDEDriver_JDBC_Download]

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