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