Share via


SPTrustedLoginProvider.HasClaimTypeInformation property

Gets a value that indicates whether the login provider has information about the claim types.

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

Syntax

'Declaration
Public ReadOnly Property HasClaimTypeInformation As Boolean
    Get
'Usage
Dim instance As SPTrustedLoginProvider
Dim value As Boolean

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

Property value

Type: System.Boolean
true if the login provider has information about the claim types; otherwise, false.

See also

Reference

SPTrustedLoginProvider class

SPTrustedLoginProvider members

Microsoft.SharePoint.Administration.Claims namespace