ServerIntegratedAuth Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |