ComputerPrincipal.FindByPasswordSetTime Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
PrincipalSearchResult<T> Zwraca kolekcję ComputerPrincipal obiektów, które mają ustawiony czas hasła w określonym zakresie dat i godzin.
public:
static System::DirectoryServices::AccountManagement::PrincipalSearchResult<System::DirectoryServices::AccountManagement::ComputerPrincipal ^> ^ FindByPasswordSetTime(System::DirectoryServices::AccountManagement::PrincipalContext ^ context, DateTime time, System::DirectoryServices::AccountManagement::MatchType type);
public static System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.ComputerPrincipal> 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.ComputerPrincipal>
Public Shared Function FindByPasswordSetTime (context As PrincipalContext, time As DateTime, type As MatchType) As PrincipalSearchResult(Of ComputerPrincipal)
Parametry
- context
- PrincipalContext
Określa PrincipalContext serwer lub domenę, względem których są wykonywane operacje.
- time
- DateTime
Struktura DateTime używana w połączeniu z elementem do filtrowania MatchType wyników wyszukiwania.
Zwraca
Obiekt PrincipalSearchResult<T> zawierający co najmniej jeden ComputerPrincipal obiekt zgodny z parametrami wyszukiwania lub pustą kolekcję, jeśli nie znaleziono dopasowań.
Uwagi
Godzina będzie domyślnie ustawiona na czas UTC. Jeśli chcesz określić czas w czasie lokalnym, określ Kind właściwość time
obiektu jako Local.