WebListenerSettings.Authentication Property

Definition

Http.Sys authentication settings. These may be modified at any time prior to disposing the listener.

public:
 property Microsoft::Net::Http::Server::AuthenticationManager ^ Authentication { Microsoft::Net::Http::Server::AuthenticationManager ^ get(); };
public Microsoft.Net.Http.Server.AuthenticationManager Authentication { get; }
member this.Authentication : Microsoft.Net.Http.Server.AuthenticationManager
Public ReadOnly Property Authentication As AuthenticationManager

Property Value

AuthenticationManager

Applies to