Visual Guard Class Library Documentation

VGMembership.GetUser Method

Gets the information from the repository and updates the last-activity date/time stamp for the current logged-on membership user.

Overload List

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);

See Also

VGMembership Class | Novalys.VisualGuard.Security.Membership Namespace