ConnectionInfo.Sspi Property

Definition

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

public string Sspi { get; }
member this.Sspi : string
Public ReadOnly Property Sspi As String

Property Value

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.KerberosKerberos is the authentication package defined to authenticate to this server.

Applies to