Click or drag to resize

VGSecurityLoadedEventArgs Class

Provides data for the SecurityError event.

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Novalys.VisualGuard.SecurityVGSecurityLoadedEventArgs

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2018.1.720.18 (2018.1.0720.18)
Syntax
public class VGSecurityLoadedEventArgs : EventArgs

The VGSecurityLoadedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyPrincipal

Gets the VGIPrincipal representing the current user.

Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also