This topic has not yet been rated - Rate this topic

ConnectionInfo.Sspi Property

Gets the name of the SSPI package to use during the authentication process of the connection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public string Sspi { get; }

Property Value

Type: System.String
A string with the following possible values:
Negotiate.

The SSPI package is to be negotiated between the client and the service.

This is the default value.

Kerberos

Kerberos is the authentication package defined to authenticate to this server.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.