Click or drag to resize

CameoSdkParameters Properties

The CameoSdkParameters type exposes the following members.

Properties
 NameDescription
Public propertyBinPath 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.
Public propertyHostId Unique name in scope of one machine (readonly).
Public propertyMainForm Some functionality of the SDK requires UI thread context.
Public propertyUseInternalLoggingSettings Turn on/off internal SDK logging settings (readonly).
Top
See Also