AuthenticationDescription Constructors

Definition

Overloads

AuthenticationDescription()

Initializes a new instance of the AuthenticationDescription class

AuthenticationDescription(IDictionary<String,Object>)

Initializes a new instance of the AuthenticationDescription class

AuthenticationDescription()

Source:
AuthenticationDescription.cs
Source:
AuthenticationDescription.cs

Initializes a new instance of the AuthenticationDescription class

public:
 AuthenticationDescription();
public AuthenticationDescription ();
Public Sub New ()

Applies to

AuthenticationDescription(IDictionary<String,Object>)

Source:
AuthenticationDescription.cs
Source:
AuthenticationDescription.cs

Initializes a new instance of the AuthenticationDescription class

public:
 AuthenticationDescription(System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ items);
public AuthenticationDescription (System.Collections.Generic.IDictionary<string,object> items);
new Microsoft.AspNetCore.Http.Authentication.AuthenticationDescription : System.Collections.Generic.IDictionary<string, obj> -> Microsoft.AspNetCore.Http.Authentication.AuthenticationDescription
Public Sub New (items As IDictionary(Of String, Object))

Parameters

Applies to