Generic settings used to configure web applications.
Application root Uri.
public String ApplicationRootAddress { get; set; }
Time in minutes that the authentication cookie (or session) lasts.
public Nullable<Int32> AuthenticationCookieLifetime { get; set; }
Client application root Uri.
public String ClientApplicationRootAddress { get; set; }
Base Uri for defining problem types.
public String ProblemTypeBaseUri { get; set; }