Method AddValidationInformation

Namespace TallComponents.PDF.Forms.Fields
Class SignatureField

Add validation-related information to the document security store.

Syntax

public  Void  AddValidationInformation( List<Byte[]>  certificates List<Byte[]>  oCSPs List<Byte[]>  cRLs )

Returns

Void

Parameters


List<Byte[]> certificates
List of certificates that may be used in the validation of the signature.

List<Byte[]> oCSPs
List of Online Certificate Status Protocol responses that may be used in the validation of the signature.

List<Byte[]> cRLs
Certificate Revocation Lists that may be used in the validation of the signature.