共用方式為


SPIisSettings.UseTrustedClaimsAuthenticationProvider property

取得一個值,指出目前的 URL 區域是否支援藉由受信任的驗證提供者的登入。

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

Syntax

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

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

Property value

Type: System.Boolean
true如果目前的 URL 區域支援透過信任的驗證提供者 ; 登入否則,請false。

備註

用戶端的認證是一系列的證明其身分識別或確認用戶端已順利驗證信任的驗證 broker,例如X.509 CA、 Kerberos KDC 或安全性 token 服務的宣告。

請參閱

參照

SPIisSettings class

SPIisSettings members

Microsoft.SharePoint.Administration namespace