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 認証が有効になっているかどうかを示します。 |