Discuss this help topic in SecureBlackbox Forum

TElXMLCRLIdentifier.Number

TElXMLCRLIdentifier     See also     


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


Indicates the number of the 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 or set the number of the indicated CRL.

See also:     Issuer    

Discuss this help topic in SecureBlackbox Forum