PdfPublicKeyEncryptionHandler Constructor (String, String, PdfPermissions)

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfPublicKeyEncryptionHandler Class > PdfPublicKeyEncryptionHandler Constructor > PdfPublicKeyEncryptionHandler Constructor (String, String, PdfPermissions)
Creates a new instance of Public-Key Security encryption handler with the specified permissions using the specified key store file.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfPublicKeyEncryptionHandler(
	string keyStorePath,
	string password,
	PdfPermissions permissions
)
VB
Public Sub New ( 
	keyStorePath As String,
	password As String,
	permissions As PdfPermissions
)

Parameters

keyStorePath
Type: System.String
The path to the PFX / PKCS #12 key store file.
password
Type: System.String
The password to read the key store file.
permissions
Type: BitMiracle.Docotic.Pdf.PdfPermissions
The permissions to grant for the document recipient.

See Also