Edit

Share via


SignedDataBlock.Signatures Property

Definition

Gets a reference to the SignatureCollection object associated with the SignedDataBlock object.

public:
 abstract property Microsoft::Office::InfoPath::SignatureCollection ^ Signatures { Microsoft::Office::InfoPath::SignatureCollection ^ get(); };
public abstract Microsoft.Office.InfoPath.SignatureCollection Signatures { get; }
member this.Signatures : Microsoft.Office.InfoPath.SignatureCollection
Public MustOverride ReadOnly Property Signatures As SignatureCollection

Property Value

The SignatureCollection object associated with the SignedDataBlock object.

Remarks

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 InfoPath Filler.

Applies to