|
|
| filter |
| | The filter name of a custom security callback object. It should not be an empty string.
|
| |
|
| is_encrypt_metadata |
| | A boolean value to decide whether to encrypt metadata or not. true means to encrypt metadata, and false means not to encrypt metadata.
|
| |
|
| sub_filter |
| | The sub filter name that specifies the syntax of the encryption dictionary contents. It should not be an empty string.
|
| |
◆ constructor() [1/2]
Constructor, with parameters.
- Parameters
-
| [in] | is_encrypt_metadata | true means to encrypt metadata, and false means not to encrypt metadata. |
| [in] | filter | The filter name of a custom security callback object. It should not be an empty string. |
| [in] | sub_filter | The sub filter name that specifies the syntax of the encryption dictionary contents. It should not be an empty string. |
◆ constructor() [2/2]
| CustomEncryptData.constructor |
( |
r |
| ) |
|
@constructor
- Parameters
-
| {NativeObjectReference} | r - The native object reference to wrap |
@description Creates a new wrapper instance around a native C++ object. The wrapper manages the object's lifecycle according to the ownership rules.
◆ Set()