FormsAuthenticationCredentials 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為使用表單式驗證的 ASP.NET 應用程式設定用戶認證。
public ref class FormsAuthenticationCredentials sealed : System::Configuration::ConfigurationElement
public sealed class FormsAuthenticationCredentials : System.Configuration.ConfigurationElement
type FormsAuthenticationCredentials = class
inherit ConfigurationElement
Public NotInheritable Class FormsAuthenticationCredentials
Inherits ConfigurationElement
- 繼承
備註
FormsAuthenticationCredentials 類別可讓您以程式設計方式存取和修改組態檔 authentication
區段中 forms
區段的 credentials
專案。 此類型是包含 FormsAuthenticationConfiguration、FormsAuthenticationUserCollection和 FormsAuthenticationUser 類型的群組的一部分。 除了集合類型之外,所有其他項目都會直接影響基礎組態標記。
警告
在 [credentials
] 區段中儲存使用者認證 不安全。 請改用 Azure Key Vault。
注意
FormsAuthenticationCredentials 可以根據 MachineToApplication所定義的限制,將資訊寫入組態檔的相關區段。 在階層中不允許層級的組態檔中寫入的任何嘗試,都會導致剖析器所產生的錯誤訊息。 不過,您可以使用這個類別來讀取階層中任何層級的組態資訊。 為了安全與延展性,建議您使用 Azure Key Vault 來儲存用戶認證。
建構函式
FormsAuthenticationCredentials() |
初始化 FormsAuthenticationCredentials 類別的新實例。 |