AuthenticationResponseChallenge.AuthenticationTypes Property
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
'Declaration
Public Property AuthenticationTypes As String()
Get
Private Set
'Usage
Dim instance As AuthenticationResponseChallenge
Dim value As String()
value = instance.AuthenticationTypes
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
function get AuthenticationTypes () : String[]
private function set AuthenticationTypes (value : String[])
Property Value
Type: System.String[]
Returns String.