AuthenticationTypes Enumeration
Specifies authentication types.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
| 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. |
Show: