SPClaimProviderContext.IsFullWindowsToken property
Property that specifies if the given windows incoming token is fully provisioned (has security group SIDs, primary SID... that normal windows user logon tokens include)
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IsFullWindowsToken As Boolean
Get
Friend Set
'Usage
Dim instance As SPClaimProviderContext
Dim value As Boolean
value = instance.IsFullWindowsToken
public bool IsFullWindowsToken { get; internal set; }
Property value
Type: System.Boolean