add_certinfo_ex
Description:
[ Version ( since = "2.30" ) ]
public int add_certinfo_ex (CipherValidityMode mode, string name, string email, void* cert_data, CipherCloneFunc? cert_data_clone)
public int add_certinfo_ex (CipherValidityMode mode, string name, string email, void* cert_data, CipherCloneFunc? cert_data_clone)
Add a cert info to the signer or encrypter info, with extended data set.
Parameters:
| this | |
| mode |
a CipherValidityMode, where to add the additional certificate information |
| name |
a name to add |
|
an e-mail address to add |
|
| cert_data |
a certificate data, or null |
| cert_data_clone |
a copy function for |
| cert_data_free |
a destroy function for |
Returns:
|
Index of the added certinfo; -1 on error |