Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
List of the authentication types that should send a challenge in the response.
Namespace: Microsoft.Owin.Security
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public string[] AuthenticationTypes { get; private set; }
public:
property array<String^>^ AuthenticationTypes {
array<String^>^ get();
private: void set(array<String^>^ value);
}
member AuthenticationTypes : string[] with get, private set
Public Property AuthenticationTypes As String()
Get
Private Set
End Property
Property Value
Type: System.String[]
Returns String.
See Also
AuthenticationResponseChallenge Class
Microsoft.Owin.Security Namespace
Return to top