Click or drag to resize

ExportParametersEncryptionPassword Property

Password for video export encryption. Is only applicable for Native export format.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
public string EncryptionPassword { get; set; }

Property Value

String
Remarks
Null-or-empty password means "no encryption" and non-empty password means that the exported video of a native export will be encrypted.
See Also