Visual Guard Class Library Documentation

VGMembershipInstance.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 VGMembershipUser GetUser();

Gets the information from the repository for the specified membership user.

public VGMembershipUser GetUser(String);

Gets the information from the repository for the specified membership user with the specified authenication mode.

public VGMembershipUser GetUser(String,VGAuthenticationMode);

See Also

VGMembershipInstance Class | Novalys.VisualGuard.Security.Membership Namespace