PostConfigureNegotiateOptions Constructeur
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.
Crée un objet PostConfigureNegotiateOptions.
public:
PostConfigureNegotiateOptions(System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Hosting::Server::IServerIntegratedAuth ^> ^ serverAuthServices, Microsoft::Extensions::Logging::ILogger<Microsoft::AspNetCore::Authentication::Negotiate::NegotiateHandler ^> ^ logger);
public PostConfigureNegotiateOptions (System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Hosting.Server.IServerIntegratedAuth> serverAuthServices, Microsoft.Extensions.Logging.ILogger<Microsoft.AspNetCore.Authentication.Negotiate.NegotiateHandler> logger);
new Microsoft.AspNetCore.Authentication.Negotiate.PostConfigureNegotiateOptions : seq<Microsoft.AspNetCore.Hosting.Server.IServerIntegratedAuth> * Microsoft.Extensions.Logging.ILogger<Microsoft.AspNetCore.Authentication.Negotiate.NegotiateHandler> -> Microsoft.AspNetCore.Authentication.Negotiate.PostConfigureNegotiateOptions
Public Sub New (serverAuthServices As IEnumerable(Of IServerIntegratedAuth), logger As ILogger(Of NegotiateHandler))
Paramètres
- serverAuthServices
- IEnumerable<IServerIntegratedAuth>
- logger
- ILogger<NegotiateHandler>