Click or drag to resize

BaseSignatureValidate Method

Validates the object and accumulates any problems in the problems list.

Namespace:  Atalasoft.PdfDoc.DigitalSignatures
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Validate(
	ProblemList problems,
	RepairContext repairContext
)

Parameters

problems
Type: Atalasoft.Shared.ValidationProblemList
The problems.
repairContext
Type: Atalasoft.Shared.ValidationRepairContext
The repair context.

Implements

IValidatableValidate(ProblemList, RepairContext)
Exceptions
ExceptionCondition
ArgumentExceptionexpected a DocRepairContext but got + repairContext == null ? null : repairContext.GetType().Name
See Also