ConnectionInfo.Sspi Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.