IISOptions.AuthenticationDescriptions Propriété
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.
Informations supplémentaires sur le type d'authentification qui est mis à la disposition de l'application.
public:
property System::Collections::Generic::IList<Microsoft::AspNetCore::Http::Authentication::AuthenticationDescription ^> ^ AuthenticationDescriptions { System::Collections::Generic::IList<Microsoft::AspNetCore::Http::Authentication::AuthenticationDescription ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Http.Authentication.AuthenticationDescription> AuthenticationDescriptions { get; }
member this.AuthenticationDescriptions : System.Collections.Generic.IList<Microsoft.AspNetCore.Http.Authentication.AuthenticationDescription>
Public ReadOnly Property AuthenticationDescriptions As IList(Of AuthenticationDescription)