ComputerPrincipal.FindByBadPasswordAttempt 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 miały nieprawidłowe próby hasła w określonych parametrach.
public:
static System::DirectoryServices::AccountManagement::PrincipalSearchResult<System::DirectoryServices::AccountManagement::ComputerPrincipal ^> ^ FindByBadPasswordAttempt(System::DirectoryServices::AccountManagement::PrincipalContext ^ context, DateTime time, System::DirectoryServices::AccountManagement::MatchType type);
public static System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.ComputerPrincipal> FindByBadPasswordAttempt (System.DirectoryServices.AccountManagement.PrincipalContext context, DateTime time, System.DirectoryServices.AccountManagement.MatchType type);
static member FindByBadPasswordAttempt : System.DirectoryServices.AccountManagement.PrincipalContext * DateTime * System.DirectoryServices.AccountManagement.MatchType -> System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.ComputerPrincipal>
Public Shared Function FindByBadPasswordAttempt (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 MatchType z programem do znajdowania komputerów z nieudanymi próbami hasła.
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.