Discuss this help topic in SecureBlackbox Forum

TElCMSRevocationRef.OCSPIDCount

TElCMSRevocationRef     See also     


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


This property specifies the number of elements in the OCSP response identifiers list.

Declaration

[C#]
    int OCSPIDCount;

[VB.NET]
    Property OCSPIDCount As Integer

[Pascal]
    property OCSPIDCount : integer;

[C++]
    int32_t get_OCSPIDCount();

[PHP]
    integer get_OCSPIDCount()

[Java]
    int getOCSPIDCount();

Description

    Use this property to get the number of OCSP response identifiers contained in the OCSPIDs list.

See also:     OCSPIDs    

Discuss this help topic in SecureBlackbox Forum