Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.13 KB

File metadata and controls

36 lines (27 loc) · 1.13 KB
title getTrustStore Method (SQLServerDataSource)
description getTrustStore Method (SQLServerDataSource)
author David-Engel
ms.author davidengel
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