Table of Contents

Interface IWebServiceConfiguration

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Models.Sso
Assembly
Ascon.Polynom.Web.Api.Data.dll
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(WebServiceConfiguration))]
public interface IWebServiceConfiguration

Properties

IntegratedSecurity

bool IntegratedSecurity { get; set; }

Property Value

bool

Password

string Password { get; set; }

Property Value

string

UserName

string UserName { get; set; }

Property Value

string