Sql90AuthenticationModes Enumeration
Defines SQL Server 2005 authentication modes for endpoint authentication.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration Sql90AuthenticationModes
[FlagsAttribute]
public enum Sql90AuthenticationModes
[FlagsAttribute]
public enum class Sql90AuthenticationModes
[<FlagsAttribute>]
type Sql90AuthenticationModes
public enum Sql90AuthenticationModes
Members
Member name | Description | |
---|---|---|
None | Specifies no authentication. | |
Basic | Specifies basic authentication. | |
Digest | Specifies digest authentication. | |
Integrated | Specifies that the server will try to authenticate the client by using whichever type the client uses to request authentication. | |
Ntlm | Specifies Windows NTLM authentication. | |
Kerberos | Specifies Kerberos authentication. | |
Negotiate | Specifies that the endpoint must use the Windows negotiation protocol to select either NTLM or Kerberos. |