AuthenticationResponseChallenge(String[], AuthenticationProperties) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[]
- properties
- AuthenticationProperties