ImageGear .NET v24.12 - Updated
PKCS7SignatureHandler Constructor(String,String)




ImageGear24.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)
public PKCS7SignatureHandler( 
   string p12Path,
   string password
)
public: PKCS7SignatureHandler( 
   string* p12Path,
   string* password
)
public:
PKCS7SignatureHandler( 
   String^ p12Path,
   String^ 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