共用方式為


SPSecurity.AuthenticationMode property

取得 SharePoint 部署中的使用者驗證模式。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Shared ReadOnly Property AuthenticationMode As AuthenticationMode
    Get
'用途
Dim value As AuthenticationMode

value = SPSecurity.AuthenticationMode
public static AuthenticationMode AuthenticationMode { get; }

Property value

Type: System.Web.Configuration.AuthenticationMode
AuthenticationMode ,指定是否使用 SharePoint 部署 Windows, Microsoft ASP.NET 2.0表單為基礎,或自訂驗證的使用者。

備註

這個值會以 <驗證> 項目設定web.config檔案中。但如果呼叫程式碼是在方法,傳遞至RunWithElevatedPrivileges, AuthenticationMode會傳回Windows,不論在web.config中的設定為何。

若要建立自訂的驗證系統,將設定為 「 無 」 的web.config檔案中的 <驗證> 項目。然後加入驗證模組和成員資格和角色提供者。

重要

Microsoft SharePoint Foundation 2010不支援 Windows Live ID 驗證。

請參閱

參照

SPSecurity class

SPSecurity members

Microsoft.SharePoint namespace

WebSvcAuthentication

其他資源

Authorization and Authentication

ASP.NET Authentication