OnlineIdSystemAuthenticator.GetForUser(User) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene un'istanza di OnlineIdSystemAuthenticatorForUser che corrisponde all'utente specificato.
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
Parametri
- user
- User
Utente windows locale.
Restituisce
OnlineIdSystemAuthenticatorForUser corrispondente all'utente.