Discuss this help topic in SecureBlackbox Forum
This property defines whether certificate is intended for code signing.
Declaration
[VB.NET]
Property CodeSigning As Boolean
[Pascal]
property CodeSigning : boolean;
[C++]
bool get_CodeSigning();
void set_CodeSigning(bool Value);
[PHP]
bool get_CodeSigning()
void set_CodeSigning(bool $Value)
[Java]
boolean getCodeSigning();
void setCodeSigning(boolean Value);
Description
This property defines whether certificate is intended for code signing.
Discuss this help topic in SecureBlackbox Forum