共用方式為


SPWebApplication.UseClaimsAuthentication property

取得或設定 Boolean 值,指出是否已啟用宣告式驗證。

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

Syntax

'宣告
Public Property UseClaimsAuthentication As Boolean
    Get
    Set
'用途
Dim instance As SPWebApplication
Dim value As Boolean

value = instance.UseClaimsAuthentication

instance.UseClaimsAuthentication = value
public bool UseClaimsAuthentication { get; set; }

Property value

Type: System.Boolean
true如果已啟用宣告式驗證 ;否則false。

備註

這個屬性會影響所有區域]。請注意true值為不允許此屬性在中央系統管理 Web 應用程式。

請參閱

參照

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace