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

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -