Visual Guard Class Library Documentation

VGMembershipUser Class

Exposes and updates membership user information in the Visual Guard repository.

For a list of all members of this type, see VGMembershipUser Members.

System.Object
   VGMembershipUser

public class VGMembershipUser

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The VGMembershipUser object is used to represent a single membership user in the Visual Guard repository. It exposes information about the membership user such as the e-mail address, and provides functionality for the membership user such as the ability to reset his or her password.

A VGMembershipUser object is returned by the GetUser and CreateUser methods or as part of a VGMembershipUserCollection returned by the GetAllUsers, FindUsersByName, and FindUsersByEmail methods.

A VGMembershipUser object is required by the UpdateUser method when you want to update the information for an existing membership user.

Requirements

Namespace: Novalys.VisualGuard.Security.Membership

Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll)

See Also

VGMembershipUser Members | Novalys.VisualGuard.Security.Membership Namespace