Discuss this help topic in SecureBlackbox Forum

TElX509CertificateValidator.AddKnownCertificates

TElX509CertificateValidator     See also     


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


Adds the storage with certificates to the list of known certificates.

Declaration

[C#]
    void AddKnownCertificates(TElCustomCertStorage Storage);

[VB.NET]
    Sub AddKnownCertificates(ByVal Storage As TElCustomCertStorage)

[Pascal]
    procedure AddKnownCertificates(Storage : TElCustomCertStorage);

[C++]
    void AddKnownCertificates(TElCustomCertStorage &Storage);
    void AddKnownCertificates(TElCustomCertStorage *Storage);

[PHP]
    void AddKnownCertificates(TElCustomCertStorage $Storage)

[Java]
    void addKnownCertificates(TElCustomCertStorage Storage);

Parameters

  • Storage - the storage with certificates which are known

Description

    Use this method to add a storage with certificates to the list of known certificates. This list is used to locate certificates for the chain and for validation of OCSP responses (when the signing certificate is not included into the response). Note: the storage object is added to the list, not copied.

See also:     UseSystemStorages     ClearKnownCertificates    

Discuss this help topic in SecureBlackbox Forum