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)
653
SecurityToken securityToken = new
WindowsSecurityToken
(identity, SecurityUniqueId.Create().Value, authenticationType);
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (1)
254
SecurityToken token = new
WindowsSecurityToken
(remoteIdentity, SecurityUniqueId.Create().Value, remoteIdentity.AuthenticationType);