PostConfigureNegotiateOptions Constructor

Definition

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))

Parameters

serverAuthServices
IEnumerable<IServerIntegratedAuth>

Applies to