Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.CAAvailable

TElX509Certificate     


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


Indicates if certificate will be self-signed.

Declaration

[C#]
    bool CAAvailable;

[VB.NET]
    Property CAAvailable As Boolean

[Pascal]
    property CAAvailable : boolean;

[C++]
    bool get_CAAvailable();
    void set_CAAvailable(bool Value);

[PHP]
    bool get_CAAvailable()
    void set_CAAvailable(bool $Value)

[Java]
    boolean getCAAvailable();
    void setCAAvailable(boolean Value);

Description

    Use this property to specify if newly created certificate will be self-signed.

Discuss this help topic in SecureBlackbox Forum