'Declaration Public Function New( _ ByVal pkcs12Data() As Byte, _ ByVal password As String _ )
'Usage Dim pkcs12Data() As Byte Dim password As String Dim instance As New PKCS7SignatureHandler(pkcs12Data, password)
public PKCS7SignatureHandler( byte[] pkcs12Data, string password )
public: PKCS7SignatureHandler( byte[]* pkcs12Data, string* password )
public: PKCS7SignatureHandler( array<byte>^ pkcs12Data, String^ password )
Parameters
- pkcs12Data
- The PKCS#12 store data.
- password
- Password to open the certificate store. May be null in case of no password protection: Either zero-length password or no password.