OnlineIdSystemAuthenticator.GetForUser(User) 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.
Obtient une instance de OnlineIdSystemAuthenticatorForUser qui correspond à l’utilisateur spécifié.
public:
static OnlineIdSystemAuthenticatorForUser ^ GetForUser(User ^ user);
static OnlineIdSystemAuthenticatorForUser GetForUser(User const& user);
public static OnlineIdSystemAuthenticatorForUser GetForUser(User user);
function getForUser(user)
Public Shared Function GetForUser (user As User) As OnlineIdSystemAuthenticatorForUser
Paramètres
- user
- User
Utilisateur Windows local.
Retours
OnlineIdSystemAuthenticatorForUser correspondant à l’utilisateur.