AuthenticationDescription Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
AuthenticationDescription() |
Initialise une nouvelle instance de la classe AuthenticationDescription |
AuthenticationDescription(IDictionary<String,Object>) |
Initialise une nouvelle instance de la classe AuthenticationDescription |
AuthenticationDescription()
- Source:
- AuthenticationDescription.cs
- Source:
- AuthenticationDescription.cs
Initialise une nouvelle instance de la classe AuthenticationDescription
public:
AuthenticationDescription();
public AuthenticationDescription ();
Public Sub New ()
S’applique à
AuthenticationDescription(IDictionary<String,Object>)
- Source:
- AuthenticationDescription.cs
- Source:
- AuthenticationDescription.cs
Initialise une nouvelle instance de la classe AuthenticationDescription
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))
Paramètres
- items
- IDictionary<String,Object>