Class CertificateEncryptionOptions
CertificateEncryptionOptions class
Represents a class for encrypting options a PDF document using a certificate-based encryption method. Used to open encrypted PDF documents.
public class CertificateEncryptionOptions
Constructors
Name | Description |
---|---|
CertificateEncryptionOptions(string, StoreName, StoreLocation) | Creates an instance of CertificateEncryptionOptions class. |
CertificateEncryptionOptions(string, string, string) | Creates an instance of CertificateEncryptionOptions class. |
CertificateEncryptionOptions(X509Certificate2, StoreName, StoreLocation) | Creates an instance of CertificateEncryptionOptions class. |
CertificateEncryptionOptions(X509Certificate2, string, string) | Creates an instance of CertificateEncryptionOptions class. |
See Also
- namespace Aspose.Pdf.Security
- assembly Aspose.PDF