Discuss this help topic in SecureBlackbox Forum

TElXMLRevocationValues.OtherValues

TElXMLRevocationValues     See also     


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


This element is a container for possible new future formats of certificate revocation information.

Declaration

[C#]
    TElXMLAnyTypeList OtherValues;

[VB.NET]
    Property OtherValues As TElXMLAnyTypeList

[Pascal]
    property OtherValues: TElXMLOtherCertStatusValues;
    TElXMLOtherCertStatusValues = TElXMLAnyTypeList;

[C++]
    TElXMLAnyTypeList* get_OtherValues();

[PHP]
    TElXMLAnyTypeList get_OtherValues()

[Java]
    TElXMLAnyTypeList getOtherValues();

Description

    This property is a reserved container for the certificate revocation information of new formats which may appear in future.

See also:     OCSPValues     CRLValues    

Discuss this help topic in SecureBlackbox Forum