次の方法で共有


HttpAuthenticationModes 列挙体

HttpAuthenticationModes 列挙には、HTTP エンドポイント用の HTTP ポートを示す値が含まれます。

この列挙体には、メンバー値のビットごとの組み合わせを可能にする FlagsAttribute 属性が含まれています。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.SqlEnum (Microsoft.SqlServer.SqlEnum.dll)

構文

'宣言
<FlagsAttribute> _
Public Enumeration HttpAuthenticationModes
'使用
Dim instance As HttpAuthenticationModes
[FlagsAttribute]
public enum HttpAuthenticationModes
[FlagsAttribute]
public enum class HttpAuthenticationModes
[<FlagsAttribute>]
type HttpAuthenticationModes
public enum HttpAuthenticationModes

メンバー

メンバー名 説明
Anonymous 値 = 1。HTTP セキュリティ ヘッダーがありません。SQL Server ユーザー名とパスワードを指定する必要があります。
Basic 値 = 2。SQL Server ユーザー名は base64binary としてエンコードされます。
Digest 値 = 4。MD5 ハッシュを持つセキュリティ ヘッダーです。
Integrated 値 = 8。Kerberos/NTLM 認証。
Ntlm 値 = 16。NTLM 認証。
Kerberos 値 = 32。Kerberos。
All 値 = 15。すべての認証モードが有効です。

説明

HttpAuthenticationModes 列挙は、ビット フラグ列挙です。値を加算して、認証モードの組み合わせを確立できます。

HttpAuthenticationModes 列挙クラスは HttpAuthenticationModes プロパティによって処理されます。