Aspose::Pdf::Security::EncryptionParameters class
Contents
[
Hide
]EncryptionParameters class
Represents an encryption parameters class.
class EncryptionParameters : public System::Object
Methods
Method | Description |
---|---|
EncryptionParameters() | |
get_Filter() const | Gets the filter name. |
get_KeyLength() const | Gets the key length. |
get_OwnerKey() const | Gets the owner key(The “O” field of encryption dictionary.) |
get_Password() const | Gets the password from input. |
get_Permissions() const | The document permissions. |
get_PermissionsInt() const | The integer representation of document permissions. |
get_Perms() const | Gets the Perms field data. It is an encrypted permissions. |
get_Revision() const | Gets the handler or encryption algorithm revision. |
get_SubFilter() const | Gets the sub-filter name. |
get_UserKey() const | Gets the user key (The “U” field of encryption dictionary.) |
get_Version() const | Gets the handler or encryption algorithm version. |
See Also
- Class Object
- Namespace Aspose::Pdf::Security
- Library Aspose.PDF for C++