System.ServiceModel.Security.WindowsClientCredential
namespace System.ServiceModel.Security
{
public sealed class WindowsClientCredential
{
public TokenImpersonationLevel AllowedImpersonationLevel { get; set; }
public NetworkCredential ClientCredential { get; set; }
public bool AllowNtlm { get; set; }
}
}