1 write to includeWindowsGroups
System.IdentityModel (1)
System\IdentityModel\Selectors\WindowsSecurityTokenAuthenticator.cs (1)
24
this.
includeWindowsGroups
= includeWindowsGroups;
1 reference to includeWindowsGroups
System.IdentityModel (1)
System\IdentityModel\Selectors\WindowsSecurityTokenAuthenticator.cs (1)
35
WindowsClaimSet claimSet = new WindowsClaimSet(windowsToken.WindowsIdentity, windowsToken.AuthenticationType, this.
includeWindowsGroups
, windowsToken.ValidTo);