<PackageReference Include="System.ServiceModel.Primitives" Version="6.0.0-preview1.23060.3" />
System.ServiceModel.UpnEndpointIdentity
namespace System.
ServiceModel
{
public class UpnEndpointIdentity :
EndpointIdentity
{
public UpnEndpointIdentity(
string upnName);
}
}