Cameo |
public class CameoSdkParameters
The CameoSdkParameters type exposes the following members.
| Name | Description | |
|---|---|---|
| CameoSdkParameters | Constructor where all parameters can be specified. |
| Name | Description | |
|---|---|---|
| BinPath |
Path to the folder where SDK core components are installed (readonly). Caution: The used path can potentially introduce security vulnerabilities. Validate and sanitize the path thoroughly. Ensure that the path points to a trusted and valid location within the application's intended scope and that the path cannot be manipulated. Limit the access and permissions of the provided path. Make sure that the application runs with the least privileges necessary to perform its intended functionality. | |
| HostId | Unique name in scope of one machine (readonly). | |
| MainForm | Some functionality of the SDK requires UI thread context. | |
| UseInternalLoggingSettings | Turn on/off internal SDK logging settings (readonly). |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |