Defines the basic functionality of a Visual Guard principal

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 VGIPrincipal : IPrincipal
Visual Basic (Declaration)
Public Interface VGIPrincipal _
	Implements IPrincipal

Remarks

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

See Also