Freigeben über


AuthenticationTypes-Enumeration

Gibt Authentifizierungstypen an.

Diese Enumeration verfügt über ein FlagsAttribute-Attribut, das die bitweise Kombination der Memberwerte zulässt.

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

Member

Membername Beschreibung
None Typ ist None
Basic Typ ist Basic
Digest Typ ist Digest
Integrated Typ ist Integrated
Ntlm Typ ist Ntlm
Kerberos Typ ist Kerberos

Siehe auch

Referenz

Microsoft.Data.Schema.ScriptDom.Sql-Namespace