AuthenticationMode 列挙 (websvcAuthentication)

ユーザー認証モードを指定します。

名前空間: websvcAuthentication
アセンブリ: STSSOAP (stssoap.dll 内)

構文

'宣言
<SerializableAttribute> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/sharepoint/soap/")> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
Public Enumeration AuthenticationMode
'使用
Dim instance As AuthenticationMode
[SerializableAttribute] 
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sharepoint/soap/")] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
public enum AuthenticationMode

メンバ

  メンバ名 説明
Forms Microsoft ASP.NET 2.0 フォーム ベース認証モード。 
None 未指定の認証モード。 
Passport Microsoft Windows Live ID 認証モード (以前の "Passport" 認証)。 
Windows Windows 認証モード。 

備考

websvcAuthentication.AuthenticationModeSystem.Web.Configuration.AuthenticationMode と同じです。

認証モードの概要については、「承認と認証」を参照してください。

関連項目

参照

websvcAuthentication 名前空間

その他のリソース

承認と認証