UserLoginInfo(String, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of UserLoginInfo
public:
UserLoginInfo(System::String ^ loginProvider, System::String ^ providerKey, System::String ^ displayName);
public UserLoginInfo (string loginProvider, string providerKey, string displayName);
public UserLoginInfo (string loginProvider, string providerKey, string? displayName);
new Microsoft.AspNetCore.Identity.UserLoginInfo : string * string * string -> Microsoft.AspNetCore.Identity.UserLoginInfo
Public Sub New (loginProvider As String, providerKey As String, displayName As String)
Parameters
- loginProvider
- String
The provider associated with this login information.
- providerKey
- String
The unique identifier for this user provided by the login provider.
- displayName
- String
The display name for the login provider.