Udostępnij za pośrednictwem


ComputerPrincipal.FindByBadPasswordAttempt Metoda

Definicja

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.

type
MatchType

Określa MatchType typ porównania do użycia w wyszukiwaniu.

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.

Dotyczy