TdxPDFSignatureFieldInfo.LoadCertificate(string,string) Method
In This Article
Loads a public key certificate from a file.
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
AFile |
string | The path to an X. |
APassword | string | The password required to import the loaded certificate’s content. |
#Remarks
Call this procedure to load an X.509 certificate to sign PDF documents or assign a previously loaded certificate to the Certificate property.
Note
A Load
See Also