4 references to WindowsIdentity
System.IdentityModel (4)
System\IdentityModel\Claims\ClaimsHelper.cs (1)
41return new WindowsIdentity(upn);
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
421WindowsIdentity wi = new WindowsIdentity(upn);
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
1068WindowsIdentity wi = new WindowsIdentity(upn);
System\IdentityModel\Tokens\SessionSecurityToken.cs (1)
940WindowsIdentity winId = new WindowsIdentity(GetUpn(logonName));