| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic bool getSeedValueAddRevInfo()
Public Function getSeedValueAddRevInfo As Boolean
public:
bool getSeedValueAddRevInfo()
member getSeedValueAddRevInfo : unit -> bool
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