ContextSettings

Namespace: Babel.Licensing Assembly: Babel.Licensing.dll

Provides the class used to configure license validation.

public class ContextSettings

Inheritance

objectContextSettings

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

ContextSettings()

public ContextSettings()

Properties

CheckSystemTimeRoollback

Gets or sets a value that indicates whether to check that the system clock has been set back.

public bool CheckSystemTimeRoollback { get; set; }

Property Value

bool

RefreshTime

Gets or sets the refresh time after which the context is reloaded. Is not set the license will be always reloaded.

public TimeSpan? RefreshTime { get; set; }

Property Value

TimeSpan?

Last updated