Discuss this help topic in SecureBlackbox Forum
Specifies whether the reference to the signing certificate should be included to the signature.
Declaration
[C#]
bool AddReferenceToSigningCert;
[VB.NET]
Property AddReferenceToSigningCert As Boolean
[Pascal]
property AddReferenceToSigningCert : boolean;
[C++]
bool get_AddReferenceToSigningCert();
void set_AddReferenceToSigningCert(bool Value);
[PHP]
bool get_AddReferenceToSigningCert()
void set_AddReferenceToSigningCert(bool $Value)
[Java]
boolean getAddReferenceToSigningCert();
void setAddReferenceToSigningCert(boolean Value);
Description
Set this property to True to include the reference to the signing certificate to the signature.
The default value is False.
Discuss this help topic in SecureBlackbox Forum