ServerIntegratedAuth 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果服务器支持集成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 身份验证。 |