Defines the basic functionality of a Visual Guard principal

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

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