Discuss this help topic in SecureBlackbox Forum

TElCMSRevocationValues.ClearOCSPResponses

TElCMSRevocationValues     See also     


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


This method clears the list of OCSP responses.

Declaration

[C#]
    void ClearOCSPResponses();

[VB.NET]
    Sub ClearOCSPResponses()

[Pascal]
    procedure ClearOCSPResponses;

[C++]
    void ClearOCSPResponses();

[PHP]
    void ClearOCSPResponses()

[Java]
    void clearOCSPResponses();

Description

    Use this method to remove all OCSP responses from the list.

See also:     OCSPResponses     AddOCSPResponse     RemoveOCSPResponse    

Discuss this help topic in SecureBlackbox Forum