Discuss this help topic in SecureBlackbox Forum

TElXMLCompleteRevocationRefs.OtherRefs

TElXMLCompleteRevocationRefs     See also     


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


Contains references to other than CRL and OCSP responses revocation data.

Declaration

[C#]
    TElXMLAnyTypeList OtherRefs;

[VB.NET]
    Property OtherRefs As TElXMLAnyTypeList

[Pascal]
    property OtherRefs: TElXMLOtherCertStatusRefs;
    TElXMLOtherCertStatusRefs = TElXMLAnyTypeList;

[C++]
    TElXMLAnyTypeList* get_OtherRefs();

[PHP]
    TElXMLAnyTypeList get_OtherRefs()

[Java]
    TElXMLAnyTypeList getOtherRefs();

Description

    Use this property to get references to the alternative forms of revocation data.

See also:     CRLRefs     OCSPRefs    

Discuss this help topic in SecureBlackbox Forum