ComputerPrincipal.FindByBadPasswordAttempt Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une collection PrincipalSearchResult<T> d'objets ComputerPrincipal présentant des tentatives de mot de passe incorrectes dans les paramètres spécifiés.
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)
Paramètres
- context
- PrincipalContext
Le PrincipalContext qui spécifie le serveur ou le domaine sur lequel les opérations sont exécutées.
- time
- DateTime
Structure DateTime utilisée conjointement à MatchType pour rechercher des ordinateurs présentant des tentatives de mot de passe incorrectes.
Retours
PrincipalSearchResult<T> contenant un ou plusieurs objets ComputerPrincipal qui correspondent aux paramètres de recherche ou une collection vide si aucune correspondance n'est trouvée.
Remarques
L’heure par défaut est UTC. Si vous souhaitez spécifier l’heure en heure locale, spécifiez la Kind propriété de l’objet time
en tant que Local.