HttpSysOptions.Authentication Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Http.Sys configuración de autenticación. Pueden modificarse en cualquier momento antes de eliminar el agente de escucha.
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