FormTemplate.FullTrust property

Gets a value indicating whether the form template security level is Full Trust.

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

Syntax

'Declaration
Public ReadOnly Property FullTrust As Boolean
    Get
'Usage
Dim instance As FormTemplate
Dim value As Boolean

value = instance.FullTrust
public bool FullTrust { get; }

Property value

Type: System.Boolean
true if the form template is Full Trust, false if its security level is domain.

Remarks

Browser-enabled form templates that require a Full Trust security level need to be digitally signed. Use the Signed property to determine if the form template is digitally signed.

See also

Reference

FormTemplate class

FormTemplate members

Microsoft.Office.InfoPath.Server.Administration namespace