Discuss this help topic in SecureBlackbox Forum

TElCMSSigningCertificate.CertIDs

TElCMSSigningCertificate     See also     


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


This property contains a list of certificate identifiers and their hash values.

Declaration

[C#]
    TElCMSSignerIdentifier CertIDs[int Index];

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

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

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

[PHP]
    TElCMSSignerIdentifier get_CertIDs(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the desired item in the list. The first item has Index = 0, the second has Index = 1, and so on.

Description

    Use this property to get the identifier and hash value of the desired certificate.

See also:     CertIDCount    

Discuss this help topic in SecureBlackbox Forum