Table of Contents

Class WebServiceConfiguration

Namespace
Ascon.Polynom.Web.Api.Data.Models.Sso
Assembly
Ascon.Polynom.Web.Api.Data.dll
public class WebServiceConfiguration : IWebServiceConfiguration
Inheritance
WebServiceConfiguration
Implements
Inherited Members

Constructors

WebServiceConfiguration()

public WebServiceConfiguration()

Properties

IntegratedSecurity

public bool IntegratedSecurity { get; set; }

Property Value

bool

Password

public string Password { get; set; }

Property Value

string

UserName

public string UserName { get; set; }

Property Value

string