Click or drag to resize
SignDocFieldgetSeedValueAddRevInfo Method
Get the AddRevInfo flag from the signature field seed value dictionary. 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 bool getSeedValueAddRevInfo()

Return Value

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