Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Owin.Security.Infrastructure
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
public AuthenticationResponseRevoke LookupSignOut(
string authenticationType,
AuthenticationMode authenticationMode
)
public:
AuthenticationResponseRevoke^ LookupSignOut(
String^ authenticationType,
AuthenticationMode authenticationMode
)
member LookupSignOut :
authenticationType:string *
authenticationMode:AuthenticationMode -> AuthenticationResponseRevoke
Public Function LookupSignOut (
authenticationType As String,
authenticationMode As AuthenticationMode
) As AuthenticationResponseRevoke
Parameters
- authenticationType
Type: System.String
- authenticationMode
Type: Microsoft.Owin.Security.AuthenticationMode
Return Value
Type: Microsoft.Owin.Security.AuthenticationResponseRevoke
See Also
SecurityHelper Structure
Microsoft.Owin.Security.Infrastructure Namespace
Return to top