TdxPDFSignatureFieldInfo.LoadCertificate(TStream,string) Method
Loads a public key certificate from a stream.
Declaration
procedure LoadCertificate(AStream: TStream; APassword: string); overload;
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 LoadCertificate procedure call raises the EdxX509Exception exception if it is impossible to use the specified certificate to sign documents.
See Also