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