3 references to WindowsIdentity
System.IdentityModel (3)
System\IdentityModel\Selectors\X509SecurityTokenAuthenticator.cs (1)
86windowsClaimSet = new WindowsClaimSet( ( (X509WindowsSecurityToken)token ).WindowsIdentity, SecurityUtils.AuthTypeCertMap, this.includeWindowsGroups, this.cloneHandle );
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (2)
553if (x509WindowsSecurityToken != null && x509WindowsSecurityToken.WindowsIdentity != null) 556windowsIdentity = new WindowsIdentity(x509WindowsSecurityToken.WindowsIdentity.Token, x509WindowsSecurityToken.AuthenticationType);