←Select platform

CertificateInfo Property

Summary
A dictionary of the certificate information of this signature.
Syntax
C#
C++/CLI
Python
public IDictionary<string, string> CertificateInfo { get; } 
public: 
property IDictionary<String^,String^>^ CertificateInfo { 
   IDictionary<String^,String^>^ get(); 
} 
CertificateInfo # get  (PDFSignature) 

Property Value

A dictionary of the certificate information of this signature. The key of this dictionary is, in most cases, one of the constants below defined in PDFSignature.

Value Name Description
Issuer CertificateInfoIssuer Issuer key
Subject CertificateInfoSubject Subject key
SerialNumber CertificateInfoSerialNumber Serial number key
IssuerStream CertificateInfoIssuerStream Issuer stream key
SubjectStream CertificateInfoSubjectStream Subject stream key
SHA1Digest CertificateInfoSHA1Digest SHA1 digest key
PublicKey CertificateInfoPublicKey Public key
Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.