SPIisSettings.AuthenticationMode property
取得或設定一個值,指定的 Web 應用程式使用 Windows 驗證] 或 [表單驗證。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property AuthenticationMode As AuthenticationMode
Get
Set
'用途
Dim instance As SPIisSettings
Dim value As AuthenticationMode
value = instance.AuthenticationMode
instance.AuthenticationMode = value
public AuthenticationMode AuthenticationMode { get; set; }
Property value
Type: System.Web.Configuration.AuthenticationMode
會指定驗證模式的 Web 應用程式使用,可Forms、 Windows或NoneAuthenticationMode值。(它不能是Passport)。預設值為Windows。其他的驗證模式,例如 Active Directory Federation Services (ADFS),此值必須是None。
備註
重要
SharePoint Foundation使用 IIS 整合模式,不支援 Windows Live (前身為 Passport) 驗證。