ClientFormsAuthenticationMembershipProvider.GetUser Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method is not used by this class.
Overloads
GetUser(Object, Boolean) |
This method is not used by this class. |
GetUser(String, Boolean) |
This method is not used by this class. |
GetUser(Object, Boolean)
This method is not used by this class.
public:
override System::Web::Security::MembershipUser ^ GetUser(System::Object ^ providerUserKey, bool userIsOnline);
public override System.Web.Security.MembershipUser GetUser (object providerUserKey, bool userIsOnline);
override this.GetUser : obj * bool -> System.Web.Security.MembershipUser
Public Overrides Function GetUser (providerUserKey As Object, userIsOnline As Boolean) As MembershipUser
Parameters
- providerUserKey
- Object
Not used.
- userIsOnline
- Boolean
Not used.
Returns
Not applicable. This method always throws an exception.
Exceptions
Always thrown.
See also
Applies to
GetUser(String, Boolean)
This method is not used by this class.
public:
override System::Web::Security::MembershipUser ^ GetUser(System::String ^ username, bool userIsOnline);
public override System.Web.Security.MembershipUser GetUser (string username, bool userIsOnline);
override this.GetUser : string * bool -> System.Web.Security.MembershipUser
Public Overrides Function GetUser (username As String, userIsOnline As Boolean) As MembershipUser
Parameters
- username
- String
Not used.
- userIsOnline
- Boolean
Not used.
Returns
Not applicable. This method always throws an exception.
Exceptions
Always thrown.
See also
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.