Discuss this help topic in SecureBlackbox Forum

TElCAdESSignatureProcessor.AddReferencesToAllUsedCertsAndRevInfo

TElCAdESSignatureProcessor     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies whether to add all certificates and revocation references to the signature.

Declaration

[C#]
    bool AddReferencesToAllUsedCertsAndRevInfo;

[VB.NET]
    Property AddReferencesToAllUsedCertsAndRevInfo As Boolean

[Pascal]
    property AddReferencesToAllUsedCertsAndRevInfo : boolean;

[C++]
    bool get_AddReferencesToAllUsedCertsAndRevInfo();
    void set_AddReferencesToAllUsedCertsAndRevInfo(bool Value);

[PHP]
    bool get_AddReferencesToAllUsedCertsAndRevInfo()
    void set_AddReferencesToAllUsedCertsAndRevInfo(bool $Value)

[Java]
    boolean getAddReferencesToAllUsedCertsAndRevInfo();
    void setAddReferencesToAllUsedCertsAndRevInfo(boolean Value);

Description

    If this property is set to True, all certificates and revocation references collected during validation will be added to the signature. This feature is not required by the CAdES specification, however, some processors expect such behavior. The default value is False.

See also:     Validate     AddReferencesToIrrevocableCerts    

Discuss this help topic in SecureBlackbox Forum