CameoSdkParametersBinPath Property |  |
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.
Namespace: Bosch.Vms.CameoSdkAssembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntaxpublic string BinPath { get; }Property Value
String
Remarks
e.g. "C:\Program Files\Bosch\VMS\bin".
To ensure that the path is correct, please, check that it contain 'Bosch.Vms.CameoSdk.Core.dll' assembly.
See Also