Evaluates the variables set by the InitializeList() method and the value of the nAction parameter to determine whether a signature is required for the list of data sources.
Syntax
object.IsSignatureRequiredForList(nAction, bSignatureRequired, [pInfo], [bVerify], [bAllowContinuousUse])
Properties
The IsSignatureRequiredForList method syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
nAction |
Action Type. Indicates the type of action associated
with this signature. Valid entries for nAction include: |
bSignatureRequired |
Boolean. Returns True if signature is required for the list of data sources, and False if it is not. If one tag requires signature all are considered to require signature. |
pInfo |
Integer. (Optional). Returns information about why signature is not required for the data sources. The return values include: 2 – (NO_SIGN). Data source does not require
signature. NOTE: You must reference the Electronic Signature type library in VBA to use these enumerations. |
bVerify |
Boolean. (Optional). Returns True if verification is required for the data source list, False if it is not. If one tag requires verification, all require verification. |
bAllowContinuousUse |
Boolean. (Optional). Returns True if continuous use is allowed for the data source list, False if it is not. If one tag disallows continuous use, all are considered to disallow continuous use. |
Return Value
This method returns HRESULT. If the HRESULT is a value other than S_OK, VBA generates an error. You can handle this error using the On Error Statement You can find out more information about the error by using Err Object.