Discuss this help topic in SecureBlackbox Forum

TElCMSRevocationRef.CRLIDCount

TElCMSRevocationRef     See also     


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


This property specifies the number of elements in the CRL identifiers list.

Declaration

[C#]
    int CRLIDCount;

[VB.NET]
    Property CRLIDCount As Integer

[Pascal]
    property CRLIDCount : integer;

[C++]
    int32_t get_CRLIDCount();

[PHP]
    integer get_CRLIDCount()

[Java]
    int getCRLIDCount();

Description

    Use this property to get the number of CRL identifiers contained in the CRLIDs list.

See also:     CRLIDs    

Discuss this help topic in SecureBlackbox Forum