SignedDataBlock.SignatureRelation Property (Microsoft.Office.InfoPath)

Gets a SignatureRelation value that specifies the relationship defined for how multiple signatures can be applied to the set of data represented by the SignedDataBlock object.

Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in microsoft.office.infopath.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property SignatureRelation As SignatureRelation
'Usage
Dim instance As SignedDataBlock
Dim value As SignatureRelation

value = instance.SignatureRelation
public abstract SignatureRelation SignatureRelation { get; }

Property Value

A SignatureRelation value that specifies the relationship defined for how multiple signatures can be applied to the set of data represented by the SignedDataBlock object.

Remarks

If the form template is configured to enable digital signatures for specific data in the form, the value of the SignatureRelation property corresponds to the option selected under Signature options in the Set of Signable Data dialog box when the set of signable data was defined in the form template.

If the form template is configured to enable digital signatures for the entire form, the SignatureRelation property will always return SignatureRelation.CounterSign.

This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

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

See Also

Reference

SignedDataBlock Class
SignedDataBlock Members
Microsoft.Office.InfoPath Namespace