public class TrustedSettings : ITrustedSettingsPublic Class TrustedSettings
Implements ITrustedSettingspublic ref class TrustedSettings : ITrustedSettingstype TrustedSettings =
class
interface ITrustedSettings
end| 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. |
| 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. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetKeepAliveTimeout | Returns the keep alive timeout for connections to the specified server. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |