次の方法で共有


FormsAuthenticationConfiguration.Credentials プロパティ

定義

ユーザー名とパスワードの FormsAuthenticationCredentials コレクションを取得します。

public:
 property System::Web::Configuration::FormsAuthenticationCredentials ^ Credentials { System::Web::Configuration::FormsAuthenticationCredentials ^ get(); };
[System.Configuration.ConfigurationProperty("credentials")]
public System.Web.Configuration.FormsAuthenticationCredentials Credentials { get; }
[<System.Configuration.ConfigurationProperty("credentials")>]
member this.Credentials : System.Web.Configuration.FormsAuthenticationCredentials
Public ReadOnly Property Credentials As FormsAuthenticationCredentials

プロパティ値

ユーザー名とパスワードを含む FormsAuthenticationCredentials コレクション。

属性

注釈

Credentials プロパティは、フォーム ベースの認証時に使用するユーザー名とパスワードを取得します。

警告

セクションにユーザー資格情報を格納することは、セキュリティで保護されていない。 代わりに、Azure Key Vault使用してください。

適用対象