title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic |
---|---|---|---|---|---|---|---|
setAuthenticationScheme (SQLServerDataSource) |
setAuthenticationScheme (SQLServerDataSource) |
David-Engel |
davidengel |
01/19/2017 |
sql |
connectivity |
reference |
[!INCLUDEDriver_JDBC_Download]
Indicates the kind of integrated security you want your application to use.
public void setAuthenticationScheme(String authenticationScheme);
authenticationScheme
Values are "JavaKerberos" and the default "NativeAuthentication". For more information, see Using Kerberos Integrated Authentication to Connect to SQL Server.