Discuss this help topic in SecureBlackbox Forum

TElPDFPublicKeySecurityHandler.Certificates

TElPDFPublicKeySecurityHandler     See also     


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


This read-only property contains all certificates that were included into the signature.

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 is a certificate storage which contains all certificates included into the signature.

See also:     CertStorage    

Discuss this help topic in SecureBlackbox Forum