Discuss this help topic in SecureBlackbox Forum

TElPDFPublicKeySecurityHandler.CertStorage

TElPDFPublicKeySecurityHandler     See also     


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


Contains pointer to the certificate storage.

Declaration

[C#]
    TElCustomCertStorage CertStorage;

[VB.NET]
    Property CertStorage As TElCustomCertStorage

[Pascal]
    property CertStorage: TElCustomCertStorage;

[C++]
    TElCustomCertStorage* get_CertStorage();
    void set_CertStorage(TElCustomCertStorage &Value);
    void set_CertStorage(TElCustomCertStorage *Value);

[PHP]
    TElCustomCertStorage get_CertStorage()
    void set_CertStorage(TElCustomCertStorage $Value)

[Java]
    TElCustomCertStorage getCertStorage();
    void setCertStorage(TElCustomCertStorage Value);

Description

    Storage from this property contains certificates that will be used for decryption and signatures verification.

See also:     Certificates    

Discuss this help topic in SecureBlackbox Forum