/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
- authenticationTypes
Type: System.String[]
- properties
Type: Microsoft.Owin.Security.AuthenticationProperties
See Also
AuthenticationResponseChallenge Class
Microsoft.Owin.Security Namespace
Return to top