AuthenticationManagerExtensions.TwoFactorBrowserRemembered Method (IAuthenticationManager, String)
Returns true if there is a TwoFactorRememberBrowser cookie for a user
Namespace: Microsoft.Owin.Security
Assembly: Microsoft.AspNet.Identity.Owin (in Microsoft.AspNet.Identity.Owin.dll)
Syntax
public static bool TwoFactorBrowserRemembered(
this IAuthenticationManager manager,
string userId
)
public:
[ExtensionAttribute]
static bool TwoFactorBrowserRemembered(
IAuthenticationManager^ manager,
String^ userId
)
static member TwoFactorBrowserRemembered :
manager:IAuthenticationManager *
userId:string -> bool
<ExtensionAttribute>
Public Shared Function TwoFactorBrowserRemembered (
manager As IAuthenticationManager,
userId As String
) As Boolean
Parameters
- manager
Type: Microsoft.Owin.Security.IAuthenticationManager
- userId
Type: System.String
Return Value
Type: System.Boolean
See Also
AuthenticationManagerExtensions Class
Microsoft.Owin.Security Namespace
Return to top