'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.