C# Class TextUml.Infrastructure.AppIdentityAuthenticationManager

Inheritance: IdentityAuthenticationManager
Afficher le fichier Open project: kazimanzurrashid/textuml-dotnet

Méthodes publiques

Méthode Description
AppIdentityAuthenticationManager ( AppIdentityStoreManager storeManager ) : System
CreateAndSignInExternalUser ( System.Web.HttpContextBase context, string logOnProvider, IUser user, string role, bool persist ) : Task

Method Details

AppIdentityAuthenticationManager() public méthode

public AppIdentityAuthenticationManager ( AppIdentityStoreManager storeManager ) : System
storeManager AppIdentityStoreManager
Résultat System

CreateAndSignInExternalUser() public méthode

public CreateAndSignInExternalUser ( System.Web.HttpContextBase context, string logOnProvider, IUser user, string role, bool persist ) : Task
context System.Web.HttpContextBase
logOnProvider string
user IUser
role string
persist bool
Résultat Task