ExcelWorkbookDefaultSettingsFullTrustAllowed Property |
Gets or sets a global flag indicating if the ASP.NET Full Trust level can be granted to the library at runtime.
This property has effect only if AutoTrustLevel is false.
The default value is true and therefore the library assumes it can run in full trust mode. In full trust mode
the library can run some speed optimizations to deliver the best performance.
Full Trust level is the default level assigned by ASP.NET to the web applications.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public bool FullTrustAllowed { get; set; }
Public Property FullTrustAllowed As Boolean
Get
Set
Property Value
Type:
BooleanSee Also