Discuss this help topic in SecureBlackbox Forum

TElBasicConstraintsExtension.CA

TElBasicConstraintsExtension     See also     


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


This property specifies whether the subject of the certificate is a Certification Authority.

Declaration

[C#]
    bool CA;

[VB.NET]
    Property CA As Boolean

[Pascal]
    property CA : boolean;

[C++]
    bool get_CA();
    void set_CA(bool Value);

[PHP]
    bool get_CA()
    void set_CA(bool $Value)

[Java]
    boolean getCA();
    void setCA(boolean Value);

Description

    If this property is set to True, it means that the subject of certificate is a CA. If this property is False, the certificate is the end-entity certificate.

See also:     PathLenConstraint    

Discuss this help topic in SecureBlackbox Forum