Gets the information from the repository and updates the last-activity date/time stamp for the current logged-on membership user.
Gets the information from the repository and updates the last-activity date/time stamp for the current logged-on membership user.
public static VGMembershipUser GetUser();
Gets the information from the repository for the specified membership user.
public static VGMembershipUser GetUser(String);
Gets the information from the repository for the specified membership user with the specified authenication mode.
public static VGMembershipUser GetUser(String,VGAuthenticationMode);
VGMembership Class | Novalys.VisualGuard.Security.Membership Namespace