SPIisSettings.UseTrustedClaimsAuthenticationProvider property

Gets a value that indicates whether the current URL zone supports login by means of a trusted authentication provider.

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

Syntax

'Declaration
Public ReadOnly Property UseTrustedClaimsAuthenticationProvider As Boolean
    Get
'Usage
Dim instance As SPIisSettings
Dim value As Boolean

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

Property value

Type: System.Boolean
true if the current URL zone supports login via a trusted authentication provider; otherwise, false.

Remarks

The client's credentials are a series of claims that prove its identity or confirm that the client has successfully authenticated with a trusted authentication broker such as an X.509 CA, a Kerberos KDC, or a security token service.

See also

Reference

SPIisSettings class

SPIisSettings members

Microsoft.SharePoint.Administration namespace