Discuss this help topic in SecureBlackbox Forum
Indicates if certificate will be self-signed.
Declaration
[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