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: 3.2.912.1 (3.2.912.01)

Syntax

C#
public interface VGISecurable
Visual Basic (Declaration)
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