AuthenticationDescription Constructors
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.
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
- items
- IDictionary<String,Object>