6 references to CreateIdentity
System.ServiceModel (4)
System\ServiceModel\Channels\FramingChannels.cs (1)
170this.remoteIdentity = EndpointIdentity.CreateIdentity(
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
2737this.remoteIdentity = EndpointIdentity.CreateIdentity(identityClaim);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
2506this.remoteIdentity = EndpointIdentity.CreateIdentity(identityClaim);
System\ServiceModel\Security\SecurityUtils.cs (1)
1853identity = EndpointIdentity.CreateIdentity(claim);
System.ServiceModel.Activities (1)
System\ServiceModel\XamlIntegration\EndpointIdentityExtension.cs (1)
46return EndpointIdentity.CreateIdentity(claim);
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManagerHelpers.cs (1)
49EndpointIdentity endpointIdentity = EndpointIdentity.CreateIdentity(claim);