ServerIntegratedAuth Class

Definition

Used by servers to advertise if they support integrated Windows authentication, if it's enabled, and it's scheme.

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
Inheritance
ServerIntegratedAuth
Implements

Constructors

ServerIntegratedAuth()

Properties

AuthenticationScheme

The name of the authentication scheme for the server authentication handler.

IsEnabled

Indicates if integrated Windows authentication is enabled for the current application instance.

Applies to