DigitalSearchOptions

DigitalSearchOptions class

Represents search options for Digital signatures.

public class DigitalSearchOptions : SearchOptions

Constructors

Name Description
DigitalSearchOptions() Initializes a new instance of the DigitalSearchOptions class with default values.

Properties

Name Description
AllPages { get; set; } Flag to search on each Document page. By default this value is set to true.
Comments { get; set; } Comments of Digital signature to search.
IssuerName { get; set; } For non empty values specifies distinguished name of the certificate issuer to search.
PageNumber { get; set; } Gets or sets Document page number for searching. Value is optional.
PagesSetup { get; set; } Options to specify pages for Signature searching.
SignDateTimeFrom { get; set; } Date and time range of Digital signature to search. Nullable value will be ignored.
SignDateTimeTo { get; set; } Date and time range of Digital signature to search. Nullable value will be ignored.
SkipExternal { get; set; } Flag to return only signatures marked as IsSignature. By default value is false that indicates to return all signatures that match specified criteria.
SubjectName { get; set; } For non empty values specifies distinguished subject name of the certificate to search.

Remarks

Learn more

See Also