Name | Description | |
---|---|---|
![]() | PdfPublicKeyEncryptionHandler(X509Certificate2) |
Creates a new instance of Public-Key Security encryption handler using the specified
owner certificate.
|
![]() | PdfPublicKeyEncryptionHandler(Stream, String) |
Creates a new instance of Public-Key Security encryption handler with owner permissions
using the specified stream with key store contents.
|
![]() | PdfPublicKeyEncryptionHandler(String, String) |
Creates a new instance of Public-Key Security encryption handler with owner permissions
using the specified key store file.
|
![]() | PdfPublicKeyEncryptionHandler(X509Certificate2, PdfPermissions) |
Creates a new instance of Public-Key Security encryption handler using the specified
certificate and permissions.
|
![]() | PdfPublicKeyEncryptionHandler(Stream, String, PdfPermissions) |
Creates a new instance of Public-Key Security encryption handler with the specified
permissions using the specified stream with key store contents.
|
![]() | PdfPublicKeyEncryptionHandler(String, String, PdfPermissions) |
Creates a new instance of Public-Key Security encryption handler with the specified
permissions using the specified key store file.
|