Click or drag to resize

CPDFPKCS12CertHelper Class

A class for auxiliary operations on digital certificates.
Inheritance Hierarchy
SystemObject
  ComPDFKit.DigitalSignCPDFPKCS12CertHelper

Namespace:  ComPDFKit.DigitalSign
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public class CPDFPKCS12CertHelper

The CPDFPKCS12CertHelper type exposes the following members.

Constructors
  NameDescription
Public methodCPDFPKCS12CertHelper
Initializes a new instance of the CPDFPKCS12CertHelper class
Top
Methods
  NameDescription
Public methodStatic memberCheckPKCS12Password
Check if the PKCS #12 certificate password is correct.
Public methodStatic memberGeneratePKCS12Cert

Generate a certificate that conforms to the PKCS #12 standard.

Public methodStatic memberGetCertificateWithPKCS12Path

Create a certificate object based on the PKCS#12 certificate file path and password, retrieving information from the original certificate.

Before calling this method, it is recommended to first call the CheckPKCS12Password(String, String) method to verify the correctness of the password.

Top
See Also