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.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public void setSeedValueAddRevInfo(
	bool aAddRevInfo
)

Parameters

aAddRevInfo
Type: SystemBoolean
The new AddRevInfo flag value.

Return Value

Type: 
true if the AddRevInfo flag is set and the Ff entry specifies that AddRevInfo is a mandatory constraint. false otherwise.
See Also