ClientWindowsAuthenticationMembershipProvider.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(String, Boolean) |
This method is not used by this class. |
GetUser(Object, Boolean) |
This method is not used by this class. |
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
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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.