Share via


ServerIntegratedAuth 類別

定義

由伺服器用來公告它們是否支援整合式Windows 驗證,如果已啟用,則為配置。

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
繼承
ServerIntegratedAuth
實作

建構函式

ServerIntegratedAuth()

由伺服器用來公告它們是否支援整合式Windows 驗證,如果已啟用,則為配置。

屬性

AuthenticationScheme

伺服器驗證處理常式的驗證配置名稱。

IsEnabled

指出目前應用程式實例是否已啟用整合式Windows 驗證。

適用於