ImageGear .NET - Updated October 26, 2017
PKCS7SignatureHandler Constructor(String,String)




ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF.Signatures Namespace > PKCS7SignatureHandler Class > PKCS7SignatureHandler Constructor : PKCS7SignatureHandler Constructor(String,String)
The path to the certificate store.
Password to open the certificate store. May be null in case of no password protection: Either zero-length password or no password.
Initializes a new instance of the PKCS7SignatureHandler class.
Syntax
'Declaration
 
Public Function New( _
   ByVal p12Path As String, _
   ByVal password As String _
)
 
'Usage
 
Dim p12Path As String
Dim password As String
 
Dim instance As New PKCS7SignatureHandler(p12Path, password)

Parameters

p12Path
The path to the certificate store.
password
Password to open the certificate store. May be null in case of no password protection: Either zero-length password or no password.
Remarks
The certificate store may be either a PKCS#12 .pfx or .p12 file.
See Also

Reference

PKCS7SignatureHandler Class
PKCS7SignatureHandler Members
Overload List