|
|
| 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.
|
| |
This class represents some data used for class FSDK.CustomSecurityHandler.
◆ constructor()
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. |
◆ Set()
Set value.
- 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. |
- Returns
- None.