SignatureRelation enumeration

Specifies the relationship defined for how multiple signatures can be applied to a set of data that can be signed.

Namespace:  Microsoft.Office.InfoPath
Assembly:  Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)

Syntax

'Declaration
Public Enumeration SignatureRelation
'Usage
Dim instance As SignatureRelation
public enum SignatureRelation

Members

Member name Description
Single Only one signature is allowed in the SignedDateBlock.
Cosign Signatures are independent of each other in the SignedDateBlock.
CounterSign Each signature signs the preceding signature in the SignedDateBlock.

Remarks

These enumerated values are returned by the SignatureRelation property of the SignedDataBlock object.

This type or member can be accessed only from code running in forms opened in Microsoft InfoPath Filler.

See also

Reference

Microsoft.Office.InfoPath namespace