ServerIntegratedAuth Třída

Definice

Servery používají k inzerci, pokud podporují integrované ověřování Systému Windows, pokud je povolené a je to schéma.

public ref class ServerIntegratedAuth : Microsoft::AspNetCore::Hosting::Server::IServerIntegratedAuth
public class ServerIntegratedAuth : Microsoft.AspNetCore.Hosting.Server.IServerIntegratedAuth
type ServerIntegratedAuth = class
    interface IServerIntegratedAuth
Public Class ServerIntegratedAuth
Implements IServerIntegratedAuth
Dědičnost
ServerIntegratedAuth
Implementuje

Konstruktory

ServerIntegratedAuth()

Vlastnosti

AuthenticationScheme

Název schématu ověřování obslužné rutiny ověřování serveru.

IsEnabled

Označuje, jestli je pro aktuální instanci aplikace povolené integrované ověřování systému Windows.

Platí pro