FormTemplate.Signed Property
Gets a value indicating whether the form template is digitally signed.
Namespace: Microsoft.Office.InfoPath.Server.Administration
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public ReadOnly Property Signed As Boolean
Get
'Usage
Dim instance As FormTemplate
Dim value As Boolean
value = instance.Signed
public bool Signed { get; }
Property Value
Type: System.Boolean
Remarks
A browser-enabled form template must be digitally signed if deployed with a Full Trust security level. Use the FullTrust property to determine if the security level is Full Trust.