ClientWindowsAuthenticationMembershipProvider.FindUsersByEmail 메서드

정의

이 메서드는 이 클래스에서 사용되지 않습니다.

public:
 override System::Web::Security::MembershipUserCollection ^ FindUsersByEmail(System::String ^ emailToMatch, int pageIndex, int pageSize, [Runtime::InteropServices::Out] int % totalRecords);
public override System.Web.Security.MembershipUserCollection FindUsersByEmail (string emailToMatch, int pageIndex, int pageSize, out int totalRecords);
override this.FindUsersByEmail : string * int * int * int -> System.Web.Security.MembershipUserCollection
Public Overrides Function FindUsersByEmail (emailToMatch As String, pageIndex As Integer, pageSize As Integer, ByRef totalRecords As Integer) As MembershipUserCollection

매개 변수

emailToMatch
String

사용되지 않습니다.

pageIndex
Int32

사용되지 않습니다.

pageSize
Int32

사용되지 않습니다.

totalRecords
Int32

사용되지 않습니다.

반환

MembershipUserCollection

해당 사항 없음 이 메서드는 항상 예외를 throw합니다.

예외

항상 throw됩니다.

적용 대상

추가 정보