SecurityHelper.LookupChallenge Method (String, AuthenticationMode)
Find response challenge details for a specific authentication middleware
Namespace: Microsoft.Owin.Security.Infrastructure
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
public AuthenticationResponseChallenge LookupChallenge(
string authenticationType,
AuthenticationMode authenticationMode
)
public:
AuthenticationResponseChallenge^ LookupChallenge(
String^ authenticationType,
AuthenticationMode authenticationMode
)
member LookupChallenge :
authenticationType:string *
authenticationMode:AuthenticationMode -> AuthenticationResponseChallenge
Public Function LookupChallenge (
authenticationType As String,
authenticationMode As AuthenticationMode
) As AuthenticationResponseChallenge
Parameters
authenticationType
Type: System.StringThe authentication type to look for
authenticationMode
Type: Microsoft.Owin.Security.AuthenticationModeThe authentication mode the middleware is running under
Return Value
Type: Microsoft.Owin.Security.AuthenticationResponseChallenge
The information instructing the middleware how it should behave
See Also
SecurityHelper Structure
Microsoft.Owin.Security.Infrastructure Namespace
Return to top