Visual Guard Class Library Documentation

VGISecurable Interface

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

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

Requirements

Namespace: Novalys.VisualGuard.Security

Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll)

See Also

Novalys.VisualGuard.Security Namespace | AllowAutomaticInterception