UserPrincipal.FindByPasswordSetTime メソッド

定義

指定された日時範囲内にパスワードを設定してあるユーザーの PrincipalSearchResult<T> オブジェクトのコレクションを返します。

public:
 static System::DirectoryServices::AccountManagement::PrincipalSearchResult<System::DirectoryServices::AccountManagement::UserPrincipal ^> ^ FindByPasswordSetTime(System::DirectoryServices::AccountManagement::PrincipalContext ^ context, DateTime time, System::DirectoryServices::AccountManagement::MatchType type);
public static System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.UserPrincipal> FindByPasswordSetTime (System.DirectoryServices.AccountManagement.PrincipalContext context, DateTime time, System.DirectoryServices.AccountManagement.MatchType type);
static member FindByPasswordSetTime : System.DirectoryServices.AccountManagement.PrincipalContext * DateTime * System.DirectoryServices.AccountManagement.MatchType -> System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.UserPrincipal>
Public Shared Function FindByPasswordSetTime (context As PrincipalContext, time As DateTime, type As MatchType) As PrincipalSearchResult(Of UserPrincipal)

パラメーター

context
PrincipalContext

操作が実行されるサーバーまたはドメインを指定する PrincipalContext オブジェクト。

time
DateTime

無効なパスワード試行の日時を識別する DateTime オブジェクト。 このパラメーターは型パラメーターと共に使用して、返されるオブジェクトに記録される無効なログオン試行の時間範囲を特定します。

type
MatchType

time パラメーターに適用される一致の種類を指定する MatchType 列挙値。

戻り値

1 つまたは複数の UserPrincipal オブジェクトを含む PrincipalSearchResult<T>、または結果が見つからない場合は空のコレクション。

注釈

時刻の既定値は UTC です。 現地時刻で時刻を指定する場合は、 オブジェクトの プロパティを Kindtime として DateTimeKind.Local指定します。

適用対象