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: 2018.1.720.18 (2018.1.0720.18)
Syntax
public interface VGIIdentity : IIdentity

The VGIIdentity type exposes the following members.

Properties
  NameDescription
Public propertyAuthenticationType (Inherited from IIdentity.)
Public propertyIsAnonymous
Indicates if the Visual Guard identity is anonymous.
Public propertyIsAuthenticated (Inherited from IIdentity.)
Public propertyName (Inherited from IIdentity.)
Top
See Also