SignatureRelation Enumeration (Microsoft.Office.InfoPath)
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 | |
---|---|---|
Cosign | Signatures are independent of each other in the SignedDateBlock. | |
CounterSign | Each signature signs the preceding signature in the SignedDateBlock. | |
Single | Only one signature is allowed 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 Office InfoPath 2007.