SPTrustedClaimTypeInformation.IsIdentityClaim property
Gets a value that indicates whether this claim type uniquely identifies logins from the trusted login provider.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property IsIdentityClaim As Boolean
Get
'Usage
Dim instance As SPTrustedClaimTypeInformation
Dim value As Boolean
value = instance.IsIdentityClaim
public bool IsIdentityClaim { get; }
Property value
Type: System.Boolean
true if this claim type uniquely identifies logins from the trusted login provider; otherwise, false.
See also
Reference
SPTrustedClaimTypeInformation class