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.
public TrustedSettings(
string filePath,
string rawInstallationId
)Public Sub New (
filePath As String,
rawInstallationId As String
)public:
TrustedSettings(
String^ filePath,
String^ rawInstallationId
)new :
filePath : string *
rawInstallationId : string -> TrustedSettings