Discuss this help topic in SecureBlackbox Forum
Specifies if signing certificate v2 shall be used.
Declaration
[C#/Java]
bool ForceSigningCertificateV2;
[VB.NET]
Property ForceSigningCertificateV2 As Boolean
[Pascal]
property ForceSigningCertificateV2 : boolean;
[C++]
bool get_ForceSigningCertificateV2();
void set_ForceSigningCertificateV2(bool Value);
[PHP]
bool get_ForceSigningCertificateV2()
void set_ForceSigningCertificateV2(bool $Value)
Description
This property specifies if version 2 of he signing certificate shall be used.
The signing-certificate v2 can be used with hashing algorithms other than SHA-1.
The default value is True.
Discuss this help topic in SecureBlackbox Forum