Discuss this help topic in SecureBlackbox Forum
Indicates if certificate will be self-signed.
Declaration
[C#/Java]
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)
Description
Use this property to specify if newly created certificate will be self-signed.
Discuss this help topic in SecureBlackbox Forum