Aspose::Pdf::Security::CertificateEncryptionOptions class

CertificateEncryptionOptions class

Represents a class for encrypting options a PDF document using a certificate-based encryption method. Used to open encrypted PDF documents.

class CertificateEncryptionOptions : public System::Object

Methods

MethodDescription
CertificateEncryptionOptions(System::String, System::String, System::String)Creates an instance of CertificateEncryptionOptions class.
CertificateEncryptionOptions(System::SharedPtr<System::Security::Cryptography::X509Certificates::X509Certificate2>, System::String, System::String)Creates an instance of CertificateEncryptionOptions class.

See Also