Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates information about the specified user in the membership data store.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Sub UpdateUser ( _
user As MembershipUser _
)
'Usage
Dim instance As SPClaimsAuthMembershipProvider
Dim user As MembershipUser
instance.UpdateUser(user)
public override void UpdateUser(
MembershipUser user
)
Parameters
user
Type: System.Web.Security.MembershipUserInformation about the user in the membership data store.
Remarks
This override updates the information about a membership user in the membership provider that is not an SPClaimsAuthMembershipProvider, and is used by forms-based authentication in the current application.
See also
Reference
SPClaimsAuthMembershipProvider class