AuthorizationStoreRoleProvider.FindUsersInRole(String, String) 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.
Cette méthode n'est pas prise en charge par le fournisseur de rôles de magasin d'autorisations.
public:
override cli::array <System::String ^> ^ FindUsersInRole(System::String ^ roleName, System::String ^ usernameToMatch);
public override string[] FindUsersInRole (string roleName, string usernameToMatch);
override this.FindUsersInRole : string * string -> string[]
Public Overrides Function FindUsersInRole (roleName As String, usernameToMatch As String) As String()
Paramètres
- roleName
- String
Rôle dans lequel effectuer la recherche.
- usernameToMatch
- String
Nom d'utilisateur à rechercher.
Retours
Tableau de chaînes contenant le nom de tous les utilisateurs dont le nom d'utilisateur correspond à usernameToMatch
et qui sont membres du rôle spécifié.
Exceptions
Une méthode non prise en charge a été appelée.