Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.NegativeSerial

TElX509Certificate     See also     


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


Returns True if the certificate has a negative serial number.

Declaration

[C#]
    bool NegativeSerial;

[VB.NET]
    Property NegativeSerial As Boolean

[Pascal]
    property NegativeSerial : boolean;

[C++]
    bool get_NegativeSerial();

[PHP]
    bool get_NegativeSerial()

[Java]
    boolean getNegativeSerial();

Description

    Use this property to check whether the certificate's serial number is negative. It is not recommended to use negative serials.

See also:     SerialNumber    

Discuss this help topic in SecureBlackbox Forum