FormsAuthenticationUser クラス
フォーム認証を使用する Web アプリケーションのユーザー資格情報を構成します。
構文
class FormsAuthenticationUser : CollectionElement
メソッド
このクラスにはメソッドが含まれていません。
プロパティ
次の表は、FormsAuthenticationUser
クラスによって公開されるプロパティの一覧です。
名前 | 説明 |
---|---|
Name |
Web アプリケーションで必要なログオン ユーザー名を含む、読み取り専用の string 値。 キー プロパティ。 |
Password |
Web アプリケーションで必要なユーザー パスワードを指定する、読み取り/書き込みの string 値。 |
サブクラス
このクラスにはサブクラスが含まれていません。
解説
このクラスのインスタンスは、FormsAuthenticationCredentials クラスの Credentials
プロパティに含まれています。
FormsAuthenticationUser
オブジェクトは、コンピューター、サイト、またはアプリケーション レベルでのみ、構成ファイルの関連セクションに情報を書き込むことができます。 階層内の異なるレベルの構成ファイルに書き込もうとすると、パーサーによって生成されたエラー メッセージが表示されます。 ただし、このクラスを使用して、階層内の任意のレベルで構成情報を読み取ることができます。 安全性とスケーラビリティを確保するために、データベースなどの外部リポジトリを使用して、ユーザーの資格情報を保持してください。
継承階層
FormsAuthenticationUser
要件
型 | 説明 |
---|---|
クライアント | - Windows Vista 上の IIS 7.0 - Windows 7 上の IIS 7.5 - Windows 8 上の IIS 8.0 - Windows 10 上の IIS 10.0 |
[サーバー] | - Windows Server 2008 上の IIS 7.0 - Windows Server 2008 R2 上の IIS 7.5 - Windows Server 2012 上の IIS 8.0 - Windows Server 2012 R2 上の IIS 8.5 - Windows Server 2016 上の IIS 10.0 |
Product | - IIS 7.0、IIS 7.5、IIS 8.0、IIS 8.5、IIS 10.0 |
MOF ファイル | WebAdministration.mof |
参照
AnonymousAuthenticationSection クラス
AuthenticationSection クラス
BasicAuthenticationSection クラス
ClientCertificateMappingAuthenticationSection クラス
CollectionElement クラス
DigestAuthenticationSection クラス
FormsAuthenticationConfiguration クラス
FormsAuthenticationCredentials クラス
IisClientCertificateMappingAuthenticationSection クラス
PassportAuthentication クラス
WindowsAuthenticationSection クラス