5 instantiations of UpnEndpointIdentity
System.ServiceModel (4)
System\ServiceModel\EndpointIdentity.cs (3)
84
return new
UpnEndpointIdentity
(identity);
108
return new
UpnEndpointIdentity
(upnName);
210
readIdentity = new
UpnEndpointIdentity
(reader.ReadElementString());
System\ServiceModel\Security\SecurityUtils.cs (1)
450
identity = new
UpnEndpointIdentity
(CloneWindowsIdentityIfNecessary(self));
System.ServiceModel.Activities (1)
System\ServiceModel\XamlIntegration\UpnEndpointIdentityExtension.cs (1)
37
return new
UpnEndpointIdentity
(this.UpnName);
5 references to UpnEndpointIdentity
System.ServiceModel (1)
System\ServiceModel\Security\IdentityVerifier.cs (1)
312
identitySid = ((
UpnEndpointIdentity
)identity).GetUpnSid();
System.ServiceModel.Activities (4)
System\ServiceModel\XamlIntegration\EndpointIdentityConverter.cs (2)
39
else if (value is
UpnEndpointIdentity
)
41
return new UpnEndpointIdentityExtension((
UpnEndpointIdentity
)value);
System\ServiceModel\XamlIntegration\UpnEndpointIdentityExtension.cs (2)
14
[MarkupExtensionReturnType(typeof(
UpnEndpointIdentity
))]
21
public UpnEndpointIdentityExtension(
UpnEndpointIdentity
identity)