Aspose::Pdf::LowCode::EncryptionOptions-klass

EncryptionOptions class

Representerar krypteringsalternativ för Security-plugin.

class EncryptionOptions : public Aspose::Pdf::LowCode::OrganizerBaseOptions

Metoder

MetodBeskrivning
EncryptionOptions(const System::String&, const System::String&, const System::SharedPtr<Aspose::Pdf::Facades::DocumentPrivilege>&, Aspose::Pdf::CryptoAlgorithm)Initierar en ny instans av EncryptionOptions-objektet med standardalternativ.
get_CryptoAlgorithm() constKryptografisk algoritm, se CryptoAlgorithm för detaljer.
get_DocumentPrivilege() constDocument-behörigheter, se Permissions för detaljer.
get_OwnerPassword() constÄgarlösenord.
get_UserPassword() constAnvändarlösenord.
set_CryptoAlgorithm(Aspose::Pdf::CryptoAlgorithm)Kryptografisk algoritm, se CryptoAlgorithm för detaljer.
set_DocumentPrivilege(const System::SharedPtr<Aspose::Pdf::Facades::DocumentPrivilege>&)Document-behörigheter, se Permissions för detaljer.
set_OwnerPassword(const System::String&)Ägarlösenord.
set_UserPassword(const System::String&)Användarlösenord.

Se även