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