Discuss this help topic in SecureBlackbox Forum

TElCAdESSignatureProcessor.UpdateValidationInformation

TElCAdESSignatureProcessor     See also     


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


Updates signature's validation information.

Declaration

[C#]
    void UpdateValidationInformation(bool UpdateRefs, bool UpdateValues);
    void UpdateValidationInformation(bool UpdateRefs, bool UpdateValues, bool BaselineProfileMode);

[VB.NET]
    Sub UpdateValidationInformation(ByVal UpdateRefs As Boolean, ByVal UpdateValues As Boolean)
    Sub UpdateValidationInformation(ByVal UpdateRefs As Boolean, ByVal UpdateValues As Boolean, ByVal BaselineProfileMode As Boolean)

[Pascal]
    procedure UpdateValidationInformation(UpdateRefs, UpdateValues : boolean);

[C++]
    void UpdateValidationInformation(bool UpdateRefs, bool UpdateValues);
    void UpdateValidationInformation(bool UpdateRefs, bool UpdateValues, bool BaselineProfileMode);

[PHP]
    void UpdateValidationInformation(bool $UpdateRefs, bool $UpdateValues)
    void UpdateValidationInformation(bool $UpdateRefs, bool $UpdateValues, bool $BaselineProfileMode)

[Java]
    void updateValidationInformation(boolean UpdateRefs, boolean UpdateValues);
    void updateValidationInformation(boolean UpdateRefs, boolean UpdateValues, boolean BaselineProfileMode);

Parameters

  • UpdateRefs - set this parameter to True to update the references to revocation data.
  • UpdateValues - set this parameter to True to update the values of the revocation data.
  • BaselineProfileMode - ...

Description

    Use of this method makes sense only if the signature doesn't include validation information. Don't use this method for X, X-L, and A signatures.

See also:     IsA     IsX     IsXL     Signature    

Discuss this help topic in SecureBlackbox Forum