|
|
| crypto_filter |
| | The name of the cryptographic filter used to encrypt the encrypted payload document.
|
| |
|
| description |
| | Description for payload file to show applications or confront users prompt information.
|
| |
|
| file_name |
| | The payload file name.
|
| |
|
| file_size |
| | The payload file size.
|
| |
|
| version |
| | The version number of the cryptographic filter used to encrypt the encrypted payload referenced by this dictionary.
|
| |
◆ constructor() [1/2]
| PayLoadData.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.
◆ constructor() [2/2]
Constructor, with parameters.
- Parameters
-
| [in] | version | The version number of the cryptographic filter used to encrypt the encrypted payload referenced by this dictionary. |
| [in] | crypto_filter | The name of the cryptographic filter used to encrypt the encrypted payload document. |
| [in] | file_name | The payload file name. |
| [in] | file_size | The payload file size. |
| [in] | description | Description for payload file to show applications or confront users prompt information. |
◆ Set()