Discuss this help topic in SecureBlackbox Forum

TElXMLCompleteRevocationRefs.OCSPRefs

TElXMLCompleteRevocationRefs     See also     


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


Contains a sequence of references to OCSP responses.

Declaration

[C#]
    TElXMLOCSPRefs OCSPRefs;

[VB.NET]
    Property OCSPRefs As TElXMLOCSPRefs

[Pascal]
    property OCSPRefs: TElXMLOCSPRefs;

[C++]
    TElXMLOCSPRefs* get_OCSPRefs();

[PHP]
    TElXMLOCSPRefs get_OCSPRefs()

[Java]
    TElXMLOCSPRefs getOCSPRefs();

Description

    Use this property to get a sequence of references to OCSP responses.

See also:     CRLRefs     OtherRefs    

Discuss this help topic in SecureBlackbox Forum