Discuss this help topic in SecureBlackbox Forum

TElBasicConstraintsExtension.PathLenConstraint

TElBasicConstraintsExtension     See also     


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


This property specifies how deep a certification path can be.

Declaration

[C#]
    int PathLenConstraint;

[VB.NET]
    Property PathLenConstraint As Integer

[Pascal]
    property PathLenConstraint : integer;

[C++]
    int32_t get_PathLenConstraint();
    void set_PathLenConstraint(int32_t Value);

[PHP]
    integer get_PathLenConstraint()
    void set_PathLenConstraint(integer $Value)

[Java]
    int getPathLenConstraint();
    void setPathLenConstraint(int Value);

Description

    This property specifies the maximum number of CA certificates that may follow this certificate in a certification path. If this property is set to 0, only an end-entity certificate may follow this certificate in certificate chain. If it is set to -1, the length of certification path is unlimited.

    The value of this property is used only when CA property is set to true.

See also:     CA    

Discuss this help topic in SecureBlackbox Forum