Discuss this help topic in SecureBlackbox Forum

TElX509CertificateValidator.AddBlockedCertificates

TElX509CertificateValidator     See also     


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


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

Declaration

[C#]
    void AddBlockedCertificates(TElCustomCertStorage Storage);

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

[Pascal]
    procedure AddBlockedCertificates(Storage : TElCustomCertStorage);

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

[PHP]
    void AddBlockedCertificates(TElCustomCertStorage $Storage)

[Java]
    void addBlockedCertificates(TElCustomCertStorage Storage);

Parameters

  • Storage - the storage with certificates which are blocked

Description

    Use this method to add a storage with certificates to the list of blocked certificates. Such certificates, when found in the chain, will be explicitly treated as invalid. Note: the storage object is added to the list, not copied.

See also:     ClearBlockedCertificates    

Discuss this help topic in SecureBlackbox Forum