Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.1 KB

File metadata and controls

32 lines (24 loc) · 1.1 KB
title setAuthenticationScheme (SQLServerDataSource)
description setAuthenticationScheme (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

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