'Declaration
Public Overloads Function SetCertificate( _ ByVal CertPath As String, _ ByVal PFXPassword As String _ ) As GdPictureStatus
public GdPictureStatus SetCertificate( string CertPath, string PFXPassword )
public function SetCertificate( CertPath: String; PFXPassword: String ): GdPictureStatus;
public function SetCertificate( CertPath : String, PFXPassword : String ) : GdPictureStatus;
public: GdPictureStatus SetCertificate( string* CertPath, string* PFXPassword )
public: GdPictureStatus SetCertificate( String^ CertPath, String^ PFXPassword )
Parameters
- CertPath
- The file path to the digital ID file. This file contains the certificate given to decrypt the currently loaded PDF document.
- PFXPassword
- The password to open the digital ID file specified above.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.