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