Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.15 KB

File metadata and controls

34 lines (26 loc) · 1.15 KB
title setAuthenticationScheme (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
ms.assetid b942f78e-7ce1-44ef-923d-a7c3d7c76b83
author David-Engel
ms.author v-daenge

setAuthenticationScheme (SQLServerDataSource)

[!INCLUDEDriver_JDBC_Download]

Indicates the kind of integrated security you want your application to use.

Syntax

public void setAuthenticationScheme(String authenticationScheme);  

Parameters

authenticationScheme

Values are "JavaKerberos" and the default "NativeAuthentication". For more information, see Using Kerberos Integrated Authentication to Connect to SQL Server.

See Also

SQLServerDataSource Members
SQLServerDataSource Class