Compartir a través de


/1[], AuthenticationProperties)

 

Initializes a new instance of the AuthenticationResponseChallenge class

Namespace:   Microsoft.Owin.Security
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

public AuthenticationResponseChallenge(
    string[] authenticationTypes,
    AuthenticationProperties properties
)
public:
AuthenticationResponseChallenge(
    array<String^>^ authenticationTypes,
    AuthenticationProperties^ properties
)
new : 
        authenticationTypes:string[] *
        properties:AuthenticationProperties -> AuthenticationResponseChallenge
Public Sub New (
    authenticationTypes As String(),
    properties As AuthenticationProperties
)

Parameters

See Also

AuthenticationResponseChallenge Class
Microsoft.Owin.Security Namespace

Return to top