Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPDFSignatureFieldInfo.LoadCertificate(TStream,string) Method

#Declaration

Delphi
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