Visual Guard Class Library Documentation

VGMembershipUserCollection.Remove Method (String, VGAuthenticationMode)

Removes the membership user object with the specified user name from the collection.

public void Remove(
   String name,
   VGAuthenticationMode authenticationMode
);

Parameters

name
The user name of the VGMembershipUser object to remove from the collection.
authenticationMode
A VGAuthenticationMode value indicating the mode of authentication of the user.

Exceptions

Exception Type Condition
ArgumentException The authentication modes cannot be a combination of several modes.

See Also

VGMembershipUserCollection Class | Novalys.VisualGuard.Security.Membership Namespace | VGMembershipUserCollection.Remove Overload List