C# 클래스 TextUml.Infrastructure.AppIdentityAuthenticationManager

상속: IdentityAuthenticationManager
파일 보기 프로젝트 열기: kazimanzurrashid/textuml-dotnet

공개 메소드들

메소드 설명
AppIdentityAuthenticationManager ( AppIdentityStoreManager storeManager ) : System
CreateAndSignInExternalUser ( System.Web.HttpContextBase context, string logOnProvider, IUser user, string role, bool persist ) : Task

메소드 상세

AppIdentityAuthenticationManager() 공개 메소드

public AppIdentityAuthenticationManager ( AppIdentityStoreManager storeManager ) : System
storeManager AppIdentityStoreManager
리턴 System

CreateAndSignInExternalUser() 공개 메소드

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
리턴 Task