[]
Defines possible values of Type property.
public enum SignatureLockedFieldsType
All = 0
All fields should be processed.
AllButSpecified = 2
Fields which names are NOT specified in FieldNames are submitted.
SpecifiedOnly = 1
Fields which names are specified in FieldNames are processed.