Condividi tramite


ComputerPrincipal.FindByBadPasswordAttempt Metodo

Definizione

Restituisce un insieme PrincipalSearchResult<T> di oggetti ComputerPrincipal per i quali sono stati registrati tentativi di accesso con password non corretta entro i parametri specificati.

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)

Parametri

context
PrincipalContext

Oggetto PrincipalContext che specifica il server o il dominio su cui vengono eseguite le operazioni.

time
DateTime

Una struttura DateTime utilizzata insieme all'oggetto MatchType per cercare computer con tentativi con password errata.

type
MatchType

Oggetto MatchType che specifica il tipo di confronto da utilizzare nella ricerca.

Restituisce

Oggetto PrincipalSearchResult<T> che contiene uno o più oggetti ComputerPrincipal che corrispondono ai parametri di ricerca oppure un insieme vuoto se non sono state trovate corrispondenze.

Commenti

L'ora verrà predefinita in UTC. Se si vuole specificare l'ora in locale, specificare la Kind proprietà dell'oggetto time come Local.

Si applica a