| SignDocFieldisSigned Method |
Check if this field is a signed signature field.
This function is much more efficient than SignDocDocument.verifySignature().
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
SyntaxPublic Function isSigned As Boolean
member isSigned : unit -> bool
Return Value
Type:
Booleantrue if this field is a signed signature field, false if this field is not a signature field or if this field is a signature field that is not signed.
See Also