SignatureRelation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the relationship defined for how multiple signatures can be applied to a set of data that can be signed.
public enum class SignatureRelation
public enum SignatureRelation
type SignatureRelation =
Public Enum SignatureRelation
- Inheritance
-
SignatureRelation
Fields
Name | Value | Description |
---|---|---|
Single | 0 | Only one signature is allowed in the SignedDateBlock. |
Cosign | 1 | Signatures are independent of each other in the SignedDateBlock. |
CounterSign | 2 | 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.