3 references to WindowsClaimSet
System.IdentityModel (3)
System\IdentityModel\Selectors\WindowsUserNameSecurityTokenAuthenticator.cs (1)
59WindowsClaimSet claimSet = new WindowsClaimSet(windowsIdentity, SecurityUtils.AuthTypeBasic, this.includeWindowsGroups, false);
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);