1 write to includeWindowsGroups
System.IdentityModel (1)
System\IdentityModel\Selectors\X509SecurityTokenAuthenticator.cs (1)
60
this.
includeWindowsGroups
= includeWindowsGroups;
2 references to includeWindowsGroups
System.IdentityModel (2)
System\IdentityModel\Selectors\X509SecurityTokenAuthenticator.cs (2)
86
windowsClaimSet = new WindowsClaimSet( ( (X509WindowsSecurityToken)token ).WindowsIdentity, SecurityUtils.AuthTypeCertMap, this.
includeWindowsGroups
, this.cloneHandle );
116
windowsClaimSet = new WindowsClaimSet(windowsIdentity, SecurityUtils.AuthTypeCertMap, this.
includeWindowsGroups
, false);