Signature.Verify

Verify()

Verify the document regarding this signature and return true if document is valid or otherwise false.

public bool Verify()

Return Value

true if document is valid.

See Also


Verify(ValidationOptions, out ValidationResult)

Verify the document regarding this signature and return true if document is valid or otherwise false.

public bool Verify(ValidationOptions options, out ValidationResult validationResult)
ParameterTypeDescription
optionsValidationOptionsThe verification options.
validationResultValidationResult&The certificate validation result.

Return Value

true if document is valid.

See Also