TrustedSettings Class

Default implementation of ITrustedSettings.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public class TrustedSettings : ITrustedSettings
Inheritance
Object    TrustedSettings
Implements
ITrustedSettings

Constructors

TrustedSettings

Constructs the settings using the specified evidence file.

If the file is missing or cannot be read then the properties of ITrustedSettings get their hard-coded default values.

Properties

DefaultOrganization Describes the predefined licensed organization which should be used as default value of Organization. This property is unless the organization info is provided in the trusted settings.
InstallationId Unique identifier of environment where the program is being run.
LocalServerKeepAliveTimeout Keep alive timeout for connections to the local servers.
RootServerAbsoluteUri An Uri of type Absolute which corresponds to RootServerUrl.
RootServerKeepAliveTimeout Keep alive timeout for connections to the root server.
RootServerUrl URL of the root server. Does not have a trailing slash.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetKeepAliveTimeout Returns the keep alive timeout for connections to the specified server.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also