Winnovative Excel Library

ExcelWorkbookDefaultSettingsFullTrustAllowed Property

Winnovative Excel Library Documentation
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:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public bool FullTrustAllowed { get; set; }

Property Value

Type: Boolean
See Also

Reference