ClientWindowsAuthenticationMembershipProvider.GetUserNameByEmail Method

Definition

This method is not used by this class.

public:
 override System::String ^ GetUserNameByEmail(System::String ^ email);
public override string GetUserNameByEmail (string email);
override this.GetUserNameByEmail : string -> string
Public Overrides Function GetUserNameByEmail (email As String) As String

Parameters

email
String

Not used.

Returns

Not applicable. This method always throws an exception.

Exceptions

Always thrown.

Applies to

See also