Share via


AuthenticationResponseChallenge(String[], AuthenticationProperties) Constructor

Definition

Initializes a new instance of the AuthenticationResponseChallenge class

public AuthenticationResponseChallenge (string[] authenticationTypes, Microsoft.Owin.Security.AuthenticationProperties properties);
new Microsoft.Owin.Security.AuthenticationResponseChallenge : string[] * Microsoft.Owin.Security.AuthenticationProperties -> Microsoft.Owin.Security.AuthenticationResponseChallenge
Public Sub New (authenticationTypes As String(), properties As AuthenticationProperties)

Parameters

authenticationTypes
String[]

Applies to