Поделиться через


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.String

    The authentication type to look for

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