ClientWindowsAuthenticationMembershipProvider.GetUser Method

Definition

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