Click or drag to resize

ModToolsSecurityInfo Class

Represents the mod tools secuirty properties.
Inheritance Hierarchy
SystemObject
  UMod.ModToolsModToolsSecurityInfo

Namespace:  UMod.ModTools
Assembly:  UMod-ModTools (in UMod-ModTools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public sealed class ModToolsSecurityInfo

The ModToolsSecurityInfo type exposes the following members.

Constructors
  NameDescription
Public methodModToolsSecurityInfo
Initializes a new instance of the ModToolsSecurityInfo class
Top
Properties
  NameDescription
Public propertyAllowAssembliesInMods
Should the build engine allow managed assemblies to be included in mods.
Public propertyAllowScriptsInMods
Should the build engine allow CSharp script assets to be compiled and included in mods.
Public propertyPerformBuildSecurityChecks
Should the build engine perform code security checks when building a mod.
Public propertySecurityRestrictions
The security restrictions asset that contains the code valdiation rules.
Top
See Also