Validates user credentials and manages user settings.

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

Syntax

C#
public sealed class VGMembership
Visual Basic
Public NotInheritable Class VGMembership

Remarks

This class is used by the applications to manage user settings. The Membership class provides the same facilities as the System.Web.Security.Membership class:
  • Creating new users.

  • Storing membership information (user names, passwords, e-mail addresses, and supporting data) in a Visual Guard repository.

  • Managing passwords, which includes creating, changing, retrieving, and resetting them, and so on. You can optionally configure the Visual Guard repository to require a password question and answer to authenticate password reset or retrieval requests for users that have forgotten their password.

This class can interact with VGRoles class to manage user membership in roles for authorization checking.

Inheritance Hierarchy

System..::..Object
  Novalys.VisualGuard.Security.Membership..::..VGMembership

See Also