PostConfigureNegotiateOptions Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria um novo 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))
Parâmetros
- serverAuthServices
- IEnumerable<IServerIntegratedAuth>
- logger
- ILogger<NegotiateHandler>