1 override of WindowsIdentity
System.IdentityModel (1)
System\IdentityModel\Tokens\KerberosReceiverSecurityToken.cs (1)
118public override WindowsIdentity WindowsIdentity
3 references to WindowsIdentity
System.IdentityModel (2)
System\IdentityModel\Selectors\WindowsSecurityTokenAuthenticator.cs (1)
35WindowsClaimSet claimSet = new WindowsClaimSet(windowsToken.WindowsIdentity, windowsToken.AuthenticationType, this.includeWindowsGroups, windowsToken.ValidTo);
System\IdentityModel\Tokens\KerberosReceiverSecurityToken.cs (1)
127return base.WindowsIdentity;
System.ServiceModel (1)
System\ServiceModel\Security\IdentityModelServiceAuthorizationManager.cs (1)
235WindowsIdentity claimsIdentity = new WindowsIdentity( windowsSecurityToken.WindowsIdentity.Token,