SignedDataBlock.Name property

Gets the friendly name of a SignedDataBlock object.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property Name As String
    Get
'Usage
Dim instance As SignedDataBlock
Dim value As String

value = instance.Name
public abstract string Name { get; }

Property value

Type: System.String
The friendly name of a SignedDataBlock object.

Remarks

If the form template is configured to enable digital signatures for specific data in the form, the value of the Name property corresponds to the value entered in the Type a name for the data that can be signed box of the Set of Signable Data dialog box when the set of data was defined.

If the form template is configured to enable digital signatures for the entire form, the Name property will always return "Entire_form".

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.

See also

Reference

SignedDataBlock class

SignedDataBlock members

Microsoft.Office.InfoPath namespace