Σημείωση
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να εισέλθετε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
Initializes a new instance of the AuthenticationResponseChallenge class
Namespace: Microsoft.Owin.Security
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
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
)
- authenticationTypes
Type: System.String[]
- properties
Type: Microsoft.Owin.Security.AuthenticationProperties
AuthenticationResponseChallenge Class
Microsoft.Owin.Security Namespace
Return to top