PostConfigureNegotiateOptions 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建一个新的 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))
参数
- serverAuthServices
- IEnumerable<IServerIntegratedAuth>
- logger
- ILogger<NegotiateHandler>