Click or drag to resize

VGIIdentity Interface

Defines basic functionality of a Visual Guard identity.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public interface VGIIdentity : IIdentity

The VGIIdentity type exposes the following members.

Properties
  NameDescription
Public propertyAuthenticationType
Gets the type of authentication used.
(Inherited from IIdentity.)
Public propertyIsAnonymous
Indicates if the Visual Guard identity is anonymous.
Public propertyIsAuthenticated
Gets a value that indicates whether the user has been authenticated.
(Inherited from IIdentity.)
Public propertyName
Gets the name of the current user.
(Inherited from IIdentity.)
Top
See Also