Discuss this help topic in SecureBlackbox Forum

TElCAdESRevocationInfo.Certificates

TElCAdESRevocationInfo     See also     


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


Contains the certificates for which revocation info is set.

Declaration

[C#]
    TElMemoryCertStorage Certificates;

[VB.NET]
    Property Certificates As TElMemoryCertStorage

[Pascal]
    property Certificates : TElMemoryCertStorage;

[C++]
    TElMemoryCertStorage* get_Certificates();

[PHP]
    TElMemoryCertStorage get_Certificates()

[Java]
    TElMemoryCertStorage getCertificates();

Description

    This property contains the certificates for which revocation information is stored by the component.

See also:     CRLs     OCSPResponses    

Discuss this help topic in SecureBlackbox Forum