Discuss this help topic in SecureBlackbox Forum

TElOfficeBinaryCryptoAPISignatureHandler.IntermediateCertificatesStorage

TElOfficeBinaryCryptoAPISignatureHandler     


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


References the intermediate certificate storage.

Declaration

[C#]
    TElCustomCertStorage IntermediateCertificatesStorage;

[VB.NET]
    Property IntermediateCertificatesStorage As TElCustomCertStorage

[Pascal]
    property IntermediateCertificatesStorage : TElCustomCertStorage;

[C++]
    TElCustomCertStorage* get_IntermediateCertificatesStorage();

[PHP]
    TElCustomCertStorage get_IntermediateCertificatesStorage()

[Java]
    TElCustomCertStorage getIntermediateCertificatesStorage();

Description

    Use this read-only property to access the intermediate certificate storage.

Discuss this help topic in SecureBlackbox Forum