IServerIntegratedAuth Interface
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 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. |