Discuss this help topic in SecureBlackbox Forum

TElCMSRevocationRefs.Refs

TElCMSRevocationRefs     See also     


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


This property contains a list of RevocationRef elements.

Declaration

[C#]
    TElCMSRevocationRef Refs[int Index];

[VB.NET]
    Property Refs(ByVal Index As Integer) As TElCMSRevocationRef

[Pascal]
    property Refs[Index: integer] : TElCMSRevocationRef;

[C++]
    TElCMSRevocationRef* get_Refs(int32_t Index);

[PHP]
    TElCMSRevocationRef get_Refs(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the desired item in the list. The first item has Index=0, the second has Index=1, and so on.

Description

    Use this property to get the desired RevocationRef element from the list.

See also:     Add     Remove     Clear     RefCount    

Discuss this help topic in SecureBlackbox Forum