Discuss this help topic in SecureBlackbox Forum

TElXMLRevocationValues.OCSPValues

TElXMLRevocationValues     See also     


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


Containes OCSP responses revocation data.

Declaration

[C#]
    TElXMLOCSPValues OCSPValues;

[VB.NET]
    Property OCSPValues As TElXMLOCSPValues

[Pascal]
    property OCSPValues: TElXMLOCSPValues;
    TElXMLOCSPValues = TElXMLEncapsulatedPKIDataList;

[C++]
    TElXMLOCSPValues* get_OCSPValues();

[PHP]
    TElXMLOCSPValues get_OCSPValues()

[Java]
    TElXMLOCSPValues getOCSPValues();

Description

    Use this property to retrieve OCSP responses revocation information.

See also:     OtherValues     CRLValues    

Discuss this help topic in SecureBlackbox Forum