Discuss this help topic in SecureBlackbox Forum
Specifies whether the references to irrevocable certificates should be included to the signature.
Declaration
[C#/Java]
bool AddReferencesToIrrevocableCerts;
[VB.NET]
Property AddReferencesToIrrevocableCerts As Boolean
[Pascal]
property AddReferencesToIrrevocableCerts : boolean;
[C++]
bool get_AddReferencesToIrrevocableCerts();
void set_AddReferencesToIrrevocableCerts(bool Value);
[PHP]
bool get_AddReferencesToIrrevocableCerts()
void set_AddReferencesToIrrevocableCerts(bool $Value)
Description
Set this property to True to include the references to irrevocable certificates to the signature.
The default value is False.
Discuss this help topic in SecureBlackbox Forum