共用方式為


SPIisSettings.UseClaimsAuthentication property

取得一個值,指出 Web 應用程式是否為使用宣告式驗證。

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

Syntax

'宣告
Public ReadOnly Property UseClaimsAuthentication As Boolean
    Get
'用途
Dim instance As SPIisSettings
Dim value As Boolean

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

Property value

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

備註

宣告式驗證可讓系統和應用程式,以驗證使用者,而不需要使用者在透露比所需的其他個人資訊。

請參閱

參照

SPIisSettings class

SPIisSettings members

Microsoft.SharePoint.Administration namespace