HttpSysOptions.Authentication Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Http.Sys authentication settings. These may be modified at any time prior to disposing the listener.
public:
property Microsoft::AspNetCore::Server::HttpSys::AuthenticationManager ^ Authentication { Microsoft::AspNetCore::Server::HttpSys::AuthenticationManager ^ get(); };
public Microsoft.AspNetCore.Server.HttpSys.AuthenticationManager Authentication { get; }
member this.Authentication : Microsoft.AspNetCore.Server.HttpSys.AuthenticationManager
Public ReadOnly Property Authentication As AuthenticationManager