System.ServiceModel.SpnEndpointIdentity
namespace System.ServiceModel
{
public class SpnEndpointIdentity : EndpointIdentity
{
public static TimeSpan SpnLookupTime { get; set; }
public SpnEndpointIdentity(string spnName);
public SpnEndpointIdentity(Claim identity);
}
}