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