Discuss this help topic in SecureBlackbox Forum
This property defines whether certificate is intended for code signing.
Declaration
[C#/Java]
bool CodeSigning;
[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)
Description
This property defines whether certificate is intended for code signing.
Discuss this help topic in SecureBlackbox Forum