ClientAuthenticationMode 列舉
指定驗證模式,用戶端的 Web 要求。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Runtime (在 Microsoft.SharePoint.Client.Runtime.dll 中); Microsoft.SharePoint.Client.Phone.Runtime (在 Microsoft.SharePoint.Client.Phone.Runtime.dll 中)
語法
'宣告
Public Enumeration ClientAuthenticationMode
'用途
Dim instance As ClientAuthenticationMode
public enum ClientAuthenticationMode
成員
成員名稱 | 描述 | |
---|---|---|
Default | 表示的預設驗證模式。 | |
FormsAuthentication | 代表 ASP.NET form 驗證模式。 | |
Anonymous | 代表匿名驗證模式。 | |
MicrosoftOnline |