3 references to WindowsSecurityToken
System.IdentityModel (1)
System\IdentityModel\Tokens\WindowsSecurityToken.cs (1)
29: this(windowsIdentity, id, null)
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
653SecurityToken securityToken = new WindowsSecurityToken(identity, SecurityUniqueId.Create().Value, authenticationType);
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (1)
254SecurityToken token = new WindowsSecurityToken(remoteIdentity, SecurityUniqueId.Create().Value, remoteIdentity.AuthenticationType);