Discuss this help topic in SecureBlackbox Forum

TElCMSRevocationRef.ClearOCSPIDs

TElCMSRevocationRef     See also     


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


This method removes all OCSP response identifiers from the list.

Declaration

[C#]
    void ClearOCSPIDs();

[VB.NET]
    Sub ClearOCSPIDs()

[Pascal]
    procedure ClearOCSPIDs;

[C++]
    void ClearOCSPIDs();

[PHP]
    void ClearOCSPIDs()

[Java]
    void clearOCSPIDs();

Description

    Use this method to empty the list of OCSP response identifiers.

See also:     OCSPIDs     AddOCSPID     RemoveOCSPID    

Discuss this help topic in SecureBlackbox Forum