Share via


IServerIntegratedAuth Interface

Definition

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

public interface class IServerIntegratedAuth
public interface IServerIntegratedAuth
type IServerIntegratedAuth = interface
Public Interface IServerIntegratedAuth
Derived

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