ClientWindowsAuthenticationMembershipProvider.FindUsersByName 方法

定義

這個類別不會使用這個方法。

public override System.Web.Security.MembershipUserCollection FindUsersByName (string usernameToMatch, int pageIndex, int pageSize, out int totalRecords);

參數

usernameToMatch
String

未使用。

pageIndex
Int32

未使用。

pageSize
Int32

未使用。

totalRecords
Int32

未使用。

傳回

不適用。 這個方法一定會擲回例外狀況。

例外狀況

一律擲回。

適用於

產品 版本
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

另請參閱