How to get IsPersistent flag from ASP.NET Core Authentication -


when sign in user following:

httpcontext.authentication.signinasync("name", claimsprincipal, authenticationproperties); 

where authenticationproperties variable authenticationproperties object parameter ispersistent set either true or false.

i need later inside 1 of controllers information if signinasync done ispersistent parameter set true or false. how can access parameter?

thank help!


Comments

Popular posts from this blog

php - Cannot override Laravel Spark authentication with own implementation -

What is happening when Matlab is starting a "parallel pool"? -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -