AuthenticationTypes Enumeration
Specifies authentication types.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration AuthenticationTypes
[FlagsAttribute]
public enum AuthenticationTypes
[FlagsAttribute]
public enum class AuthenticationTypes
[<FlagsAttribute>]
type AuthenticationTypes
public enum AuthenticationTypes
Members
Member name | Description | |
---|---|---|
None | Type is None | |
Basic | Type is Basic | |
Digest | Type is Digest | |
Integrated | Type is Integrated | |
Ntlm | Type is Ntlm | |
Kerberos | Type is Kerberos |