Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies authentication types.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration AuthenticationTypes
'Usage
Dim instance As AuthenticationTypes
[FlagsAttribute]
public enum AuthenticationTypes
[FlagsAttribute]
public enum class AuthenticationTypes
[<FlagsAttribute>]
type AuthenticationTypes
public enum AuthenticationTypes
Members
Member name | Description | |
---|---|---|
Basic | The type is Basic. | |
Digest | The type is Digest. | |
Integrated | The type is Integrated. | |
Kerberos | The type is Kerberos. | |
None | The type is None. | |
Ntlm | The type is Ntlm. |