Click or drag to resize
SignDocFieldsetSeedValueAddRevInfo Method
Set the AddRevInfo flag in the signature field seed value dictionary. This function sets both the AddRevInfo flag and the flag specifying that AddRevInfo is mandatory. (Both flags are set to the same value, that is, you cannot set AddRevInfo as optional constraint.) If the AddRevInfo flag is set, revocation must be checked at signing time and revocation data must be included in the signature.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void setSeedValueAddRevInfo(
	bool aAddRevInfo
)

Parameters

aAddRevInfo
Type: SystemBoolean
The new AddRevInfo flag value.
See Also