Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.27 KB

File metadata and controls

41 lines (32 loc) · 1.27 KB
title getTrustStore Method (SQLServerDataSource) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
getTrustStore Method (SQLServerDataSource)
apilocation
getTrustStore Method (SQLServerDataSource)
apitype Assembly
ms.assetid 8f5850e4-8627-49a8-ba0e-b1f4014322a5
author David-Engel
ms.author v-daenge

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