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.
This method supports the AD FS infrastructure and is not intended to be used directly from your code.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public override void UpdateUser(
MembershipUser user
)
public:
virtual void UpdateUser(
MembershipUser^ user
) override
override UpdateUser :
user:MembershipUser -> unit
Public Overrides Sub UpdateUser (
user As MembershipUser
)
Parameters
user
Type: System.Web.Security.MembershipUserA MembershipUser object that represents the user to update and the updated information for the user.
See Also
SingleSignOnMembershipProvider Class
System.Web.Security.SingleSignOn Namespace
Return to top