OnlineIdSystemAuthenticator.GetForUser(User) Method

Definition

Gets an instance of OnlineIdSystemAuthenticatorForUser that corresponds to the specified user.

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

Parameters

user
User

The local Windows user.

Returns

A OnlineIdSystemAuthenticatorForUser corresponding to the user.

Applies to