Discuss this help topic in SecureBlackbox Forum

TElXMLRevocationValues.CRLValues

TElXMLRevocationValues     See also     


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


This element contains CRLs.

Declaration

[C#]
    TElXMLCRLValues CRLValues;

[VB.NET]
    Property CRLValues As TElXMLCRLValues

[Pascal]
    property CRLValues: TElXMLCRLValues;
    TElXMLCRLValues = TElXMLEncapsulatedPKIDataList;

[C++]
    TElXMLCRLValues* get_CRLValues();

[PHP]
    TElXMLCRLValues get_CRLValues()

[Java]
    TElXMLCRLValues getCRLValues();

Description

    Use this property to retrieve CRLs.

See also:     OtherValues     OCSPValues    

Discuss this help topic in SecureBlackbox Forum