TrustedSettings Constructor

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.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public TrustedSettings(
	string filePath,
	string rawInstallationId
)

Parameters

filePath  String
Path to the evidence file where the trusted settings are stored.
rawInstallationId  String
Raw predefined value of InstallationId.

See Also