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