Table of Contents

Class ValidatorContexts

Namespace
iText.Signatures.Validation.V1.Context
Assembly
itext.sign.dll

Container class, which contains set of single ValidatorContext values.

public class ValidatorContexts
Inheritance
ValidatorContexts
Inherited Members

Methods

All()

Creates ValidatorContexts containing all ValidatorContext values.

public static ValidatorContexts All()

Returns

ValidatorContexts

ValidatorContexts container containing all ValidatorContext values

ComplementOf(ValidatorContexts)

Creates ValidatorContexts containing all the elements of this type that are not contained in the specified set.

public static ValidatorContexts ComplementOf(ValidatorContexts other)

Parameters

other ValidatorContexts

another ValidatorContexts from whose complement to initialize this container

Returns

ValidatorContexts

the complement of the specified ValidatorContexts.

GetSet()

Gets encapsulated containing ValidatorContext elements.

public virtual EnumSet<ValidatorContext> GetSet()

Returns

EnumSet<ValidatorContext>

encapsulated containing ValidatorContext elements

Of(ValidatorContext, params ValidatorContext[])

Creates ValidatorContexts container from several ValidatorContext values.

public static ValidatorContexts Of(ValidatorContext first, params ValidatorContext[] rest)

Parameters

first ValidatorContext

an element that the set is to contain initially

rest ValidatorContext[]

the remaining elements the set is to contain

Returns

ValidatorContexts

ValidatorContexts container, containing provided elements