Discuss this help topic in SecureBlackbox Forum

TElPDFPublicKeySecurityHandler.CertIDs

TElPDFPublicKeySecurityHandler     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This read-only property contains identifiers of certificates which were used to sign the document.

Declaration

[C#]
    TElPKCS7Issuer CertIDs[int Index];

[VB.NET]
    Property CertIDs(ByVal Index As Integer) As TElPKCS7Issuer

[Pascal]
    property CertIDs[Index : integer] : TElPKCS7Issuer;

[C++]
    TElPKCS7Issuer* get_CertIDs(int32_t Index);

[PHP]
    TElPKCS7Issuer get_CertIDs(integer $Index)

[Java]
    TElPKCS7Issuer getCertIDs(int Index);

Parameters

  • Index - index of the desired certificate identifier in the list.

Description

    Use this property to get identifiers of certificates which were used for document signing. Each identifier is represented by <Issuer, SerialNumber> pair.

See also:     CertIDCount    

Discuss this help topic in SecureBlackbox Forum