AuthenticationProtocol Enumeration
Specifies the authentication protocol
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Enumeration AuthenticationProtocol
public enum AuthenticationProtocol
public enum class AuthenticationProtocol
type AuthenticationProtocol
public enum AuthenticationProtocol
Members
Member name | Description | |
---|---|---|
NotSpecified | Protocol is NotSpecified | |
Windows | Protocol is Windows | |
WindowsNtlm | Protocol is WindowsNtlm | |
WindowsKerberos | Protocol is WindowsKerberos | |
WindowsNegotiate | Protocol is WindowsNegotiate |