Aspose::Pdf::Security::EncryptionParameters class

EncryptionParameters class

Represents an encryption parameters class.

class EncryptionParameters : public System::Object

Methods

MethodDescription
EncryptionParameters()
get_Filter() constGets the filter name.
get_KeyLength() constGets the key length.
get_OwnerKey() constGets the owner key(The “O” field of encryption dictionary.)
get_Password() constGets the password from input.
get_Permissions() constThe document permissions.
get_PermissionsInt() constThe integer representation of document permissions.
get_Perms() constGets the Perms field data. It is an encrypted permissions.
get_Revision() constGets the handler or encryption algorithm revision.
get_SubFilter() constGets the sub-filter name.
get_UserKey() constGets the user key (The “U” field of encryption dictionary.)
get_Version() constGets the handler or encryption algorithm version.

See Also