SignedDataBlock.Name Property
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.
Gets the friendly name of a SignedDataBlock object.
public:
abstract property System::String ^ Name { System::String ^ get(); };
public abstract string Name { get; }
member this.Name : string
Public MustOverride ReadOnly Property Name As String
Property Value
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.