IISOptions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定 IIS 跨進程的選項。
public ref class IISOptions
public class IISOptions
type IISOptions = class
Public Class IISOptions
- 繼承
-
IISOptions
建構函式
IISOptions() |
設定 IIS 跨進程的選項。 |
屬性
AuthenticationDescriptions |
驗證類型的其他相關資訊可在應用程式中找到。 |
AuthenticationDisplayName |
設定使用者在登入頁面上看到的顯示名稱。 預設值是 null。 |
AutomaticAuthentication |
如果為 true,中介軟體應該設定 HttpCoNtext.User。 如果為 false,中介軟體只會在 AuthenticationScheme 明確要求時提供身分識別。 注意 Windows 驗證也必須在 IIS 中啟用,才能運作。 |
ForwardClientCertificate |
如果 MS-ASPNETCORE-CLIENTCERT 要求標頭存在,就會填入 ITLSConnectionFeature。 |
ForwardWindowsAuthentication |
如果 true 驗證中介軟體會嘗試使用平臺處理常式 Windows 驗證進行驗證 如果不會新增 false 驗證中介軟體 |