Discuss this help topic in SecureBlackbox Forum

TElDeltaCRLIndicatorCRLExtension.Number

TElDeltaCRLIndicatorCRLExtension     See also     


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


This property contains the CRL Number of the base CRL that was used as the starting point in generation of this delta-CRL.

Declaration

[C#]
    int Number;

[VB.NET]
    Property Number As Integer

[Pascal]
    property Number : integer;

[C++]
    int32_t get_Number();
    void set_Number(int32_t Value);

[PHP]
    integer get_Number()
    void set_Number(integer $Value)

[Java]
    int getNumber();
    void setNumber(int Value);

Description

    Use this property to get/set the number of the Base CRL.

See also:     CRLNumberCRLExtension    

Discuss this help topic in SecureBlackbox Forum