CPDFPKCS12CertHelperGeneratePKCS12Cert Method |
Generate a certificate that conforms to the PKCS #12 standard.
Namespace: ComPDFKit.DigitalSign
public static bool GeneratePKCS12Cert( string info, string password, string savePath, CPDFCertUsage usage, bool is_2048 )
Fill in the Subject field of the certificate.
Format, e.g.
/C=SG/CN=Alan/[email protected]/OU=RD Department/O=ComPDFKit
Common fields:
C (Country); ST (State); L (Location); O (Organization); OU (Organizational Unit); CN (Common Name); emailAddress (Email Address)
Enable more secure 2048-bit key encryption
Enable 1024-bit key encryption
Certificate generation successful
Certificate generation failed or your license does not support this feature