3 references to WindowsIdentity
System.IdentityModel (1)
System\IdentityModel\Claims\WindowsClaimSet.cs (1)
70: this(from.WindowsIdentity, from.authenticationType, from.includeWindowsGroups, from.expirationTime, true)
System.ServiceModel (2)
System\ServiceModel\Security\IdentityModelServiceAuthorizationManager.cs (1)
524claimsIdentity = MergeClaims(claimsIdentity, new WindowsIdentity(windowsClaimSet.WindowsIdentity.Token,
System\ServiceModel\Security\SecurityUtils.cs (1)
1013AppendIdentityName(str, windows.WindowsIdentity);