TdxPDFSignatureFieldInfo.LoadCertificate(TStream,string) Method
In This Article
Loads a public key certificate from a stream.
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
AStream | TStream | A source stream object. |
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