Settings

Models a settings file.

Namespace:
Inetdev.Models
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object
Implements:
System.ComponentModel.INotifyPropertyChanged

Constructors

Settings

Default constructor

Signature:
public Void Settings()

Events

Type Name Summary
PropertyChangedEventHandler PropertyChanged Notify that a property was changed.

Properties

ApplicationContext

Application context options.

Signature:
public ApplicationContextOptions ApplicationContext { get; set; }

AuthenticationCookieLifetime

Time in minutes that the authentication cookie (session) lasts.

Signature:
public Int32 AuthenticationCookieLifetime { get; set; }

ConnectionStrings

A collection of connection strings.

Signature:
public IDictionary<String, String> ConnectionStrings { get; set; }

Cryptography

Cryptography options.

Signature:
public CryptographyOptions Cryptography { get; set; }

DefaultCulture

Default UI culture.

Signature:
public String DefaultCulture { get; set; }

Diagnostics

Diagnostics options.

Signature:
public DiagnosticsOptions Diagnostics { get; set; }

DisableMultitenancy

Whether multi-tenancy is disabled.

Signature:
public Boolean DisableMultitenancy { get; set; }

ExtendedOptions

A collection of extended options.

Signature:
public KeyValueOptionCollection ExtendedOptions { get; set; }

KeyMaterialFileName

Name of the file that contains key material for Identity Server.

Signature:
public String KeyMaterialFileName { get; set; }

WorkingDirectory

Path for the application working directory.

Signature:
public String WorkingDirectory { get; set; }