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