error_type CALLING_CONVENTION | DocumentEncryptionSettings_Create (DocumentEncryptionSettingsHandle **result) |
| Creates a new DocumentEncryptionSettings instance.
|
|
error_type CALLING_CONVENTION | DocumentEncryptionSettings_GetAlgorithm (DocumentEncryptionSettingsHandle *handle, EncryptionAlgorithmType *result) |
| Algorithm to be used for document encryption.
|
|
error_type CALLING_CONVENTION | DocumentEncryptionSettings_SetAlgorithm (DocumentEncryptionSettingsHandle *handle, EncryptionAlgorithmType encryption_algorithm) |
| Algorithm to be used for document encryption.
|
|
error_type CALLING_CONVENTION | DocumentEncryptionSettings_GetKeyLength (DocumentEncryptionSettingsHandle *handle, integer_type *result) |
| Length of the key for document encryption.
|
|
error_type CALLING_CONVENTION | DocumentEncryptionSettings_SetKeyLength (DocumentEncryptionSettingsHandle *handle, integer_type key_length) |
| Length of the key for document encryption.
|
|
error_type CALLING_CONVENTION | DocumentEncryptionSettings_GetUserAccessPermissions (DocumentEncryptionSettingsHandle *handle, UserAccessPermissionFlags *result) |
| Permissions for user, when opening the document with user password.
|
|
error_type CALLING_CONVENTION | DocumentEncryptionSettings_SetUserAccessPermissions (DocumentEncryptionSettingsHandle *handle, UserAccessPermissionFlags user_permissions) |
| Permissions for user, when opening the document with user password.
|
|
error_type CALLING_CONVENTION | DocumentEncryptionSettings_GetUserPassword (DocumentEncryptionSettingsHandle *handle, BufferHandle **result) |
| User password to be used for document encryption.
|
|
error_type CALLING_CONVENTION | DocumentEncryptionSettings_SetUserPassword (DocumentEncryptionSettingsHandle *handle, BufferHandle *user_password) |
| User password to be used for document encryption.
|
|
error_type CALLING_CONVENTION | DocumentEncryptionSettings_GetOwnerPassword (DocumentEncryptionSettingsHandle *handle, BufferHandle **result) |
| Owner password to be used for document encryption.
|
|
error_type CALLING_CONVENTION | DocumentEncryptionSettings_SetOwnerPassword (DocumentEncryptionSettingsHandle *handle, BufferHandle *owner_password) |
| Owner password to be used for document encryption.
|
|
error_type CALLING_CONVENTION | DocumentEncryptionSettings_ToUnknown (DocumentEncryptionSettingsHandle *handle, IUnknownHandle **result) |
| Reinterpret current object as IUnknownHandle.
|
|
error_type CALLING_CONVENTION | DocumentEncryptionSettings_FromUnknown (IUnknownHandle *handle, DocumentEncryptionSettingsHandle **result) |
| Convert IUnknownHandle to DocumentEncryptionSettingsHandle.
|
|
error_type CALLING_CONVENTION | DocumentEncryptionSettings_Release (DocumentEncryptionSettingsHandle *handle) |
| Decrement the internal reference counter.
|
|
Group of settings controlling document's encryption and decryption.