Base infrastructure for signature validation handlers, providing byte-range hashing and certificate checks.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.DigitalSignatures
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public abstract class SignatureValidationHandlerBase
Inheritance: objectSignatureValidationHandlerBase
Derived Classes:
Constructors
Create a base handler for signature validation.
C#
public SignatureValidationHandlerBase()
Methods
Gets the byte array over which the hash should be computed.
When overridden in a derived class, validates the digital signature.
C#
protected abstract SignatureValidationResult ValidateOverride(SignatureDataProperties dataProperties, SignatureValidationProperties validationProperties)
The data properties containing information about the signature to validate.
validationPropertiesSignatureValidationPropertiesThe validation properties specifying how the signature should be validated.
Returns:An instance of the SignatureValidationResult class describing the result from the validation.