Click or drag to resize

VGISecurable Interface

Provides an interface for classes that need to be secured by Visual Guard.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public interface VGISecurable
Remarks
If you add this interface to a class, this class will be visible at design time in the Visual Guard Console. By default Visual Guard automatically intercepts Forms creation and sets the security. The automatic interception is disabled for classes implementing this interface (like Form, Page, MasterPage).

For more information, see How Visual Guard secures an application

See Also