Defines the basic functionality of a Visual Guard principal

Namespace: Novalys.VisualGuard.Security
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public interface VGIPrincipal : IPrincipal
Visual Basic
Public Interface VGIPrincipal
	Inherits IPrincipal

Remarks

A VGIPrincipal object is returned by the Principal and represents the current logged-on user.

See Also