次の方法で共有


FormsAuthenticationConfiguration クラス

定義

AuthenticationMode フォームのモダリティを使用するように ASP.NET アプリケーションを構成します。

public ref class FormsAuthenticationConfiguration sealed : System::Configuration::ConfigurationElement
public sealed class FormsAuthenticationConfiguration : System.Configuration.ConfigurationElement
type FormsAuthenticationConfiguration = class
    inherit ConfigurationElement
Public NotInheritable Class FormsAuthenticationConfiguration
Inherits ConfigurationElement
継承
FormsAuthenticationConfiguration

次のコード例は、既存の Web アプリケーションの構成ファイルから FormsAuthenticationConfiguration オブジェクトを取得する方法を示しています。 このオブジェクトを使用して、そのメンバーにアクセスできます。

// Get the Web application configuration.
System.Configuration.Configuration configuration =
    WebConfigurationManager.OpenWebConfiguration("/aspnetTest");

// Get the external Authentication section.
AuthenticationSection authenticationSection =
    (AuthenticationSection)configuration.GetSection(
    "system.web/authentication");

// Get the external Forms section .
FormsAuthenticationConfiguration formsAuthentication =
    authenticationSection.Forms;
' Get the Web application configuration.
Dim configuration As System.Configuration.Configuration =
WebConfigurationManager.OpenWebConfiguration(
"/aspnetTest")

' Get the external Authentication section.
Dim authenticationSection _
As AuthenticationSection =
CType(configuration.GetSection(
"system.web/authentication"), AuthenticationSection)

' Get the external Forms section .
Dim formsAuthentication _
As FormsAuthenticationConfiguration =
authenticationSection.Forms

注釈

FormsAuthenticationConfiguration クラスは、構成 authentication セクションの forms 要素にプログラムでアクセスして変更する方法を提供します。

この型は、FormsAuthenticationCredentialsFormsAuthenticationUserCollection、および FormsAuthenticationUser 型を含むグループの一部です。 コレクション型以外の型は、基になる構成タグに直接影響します。

警告

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

手記

FormsAuthenticationConfiguration は、値が MachineToApplicationセクション プロパティ AllowDefinition で定義されている制限に従って、構成ファイルの関連セクションに情報を書き込むことができます。 階層内で許可されていないレベルで構成ファイルに書き込もうとすると、パーサーによってエラー メッセージが生成されます。 ただし、このクラスを使用して、階層内の任意のレベルで構成情報を読み取ることができます。 安全性とスケーラビリティを確保するために、Azure Key Vault を使用してユーザー資格情報を格納することをお勧めします。

コンストラクター

FormsAuthenticationConfiguration()

FormsAuthenticationConfiguration クラスの新しいインスタンスを初期化します。

プロパティ

Cookieless

フォーム ベースの認証で Cookie を使用するかどうかを示す値を取得または設定します。

CookieSameSite

Cookie の SameSite 属性の値を取得または設定します。

Credentials

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

CurrentConfiguration

現在の ConfigurationElement インスタンスが属している構成階層を表す最上位 Configuration インスタンスへの参照を取得します。

(継承元 ConfigurationElement)
DefaultUrl

既定の URL を取得または設定します。

Domain

フォーム認証 Cookie で送信されるドメイン名を取得または設定します。

ElementInformation

ConfigurationElement オブジェクトのカスタマイズ不可能な情報と機能を含む ElementInformation オブジェクトを取得します。

(継承元 ConfigurationElement)
ElementProperty

ConfigurationElement オブジェクト自体を表す ConfigurationElementProperty オブジェクトを取得します。

(継承元 ConfigurationElement)
EnableCrossAppRedirects

認証されたユーザーを他のアプリケーションの URL にリダイレクトできるかどうかを示す値を取得または設定します。

EvaluationContext

ConfigurationElement オブジェクトの ContextInformation オブジェクトを取得します。

(継承元 ConfigurationElement)
HasContext

CurrentConfiguration プロパティが nullされているかどうかを示す値を取得します。

(継承元 ConfigurationElement)
Item[ConfigurationProperty]

この構成要素のプロパティまたは属性を取得または設定します。

(継承元 ConfigurationElement)
Item[String]

この構成要素のプロパティ、属性、または子要素を取得または設定します。

(継承元 ConfigurationElement)
LockAllAttributesExcept

ロックされた属性のコレクションを取得します。

(継承元 ConfigurationElement)
LockAllElementsExcept

ロックされた要素のコレクションを取得します。

(継承元 ConfigurationElement)
LockAttributes

ロックされた属性のコレクションを取得します。

(継承元 ConfigurationElement)
LockElements

ロックされた要素のコレクションを取得します。

(継承元 ConfigurationElement)
LockItem

要素がロックされているかどうかを示す値を取得または設定します。

(継承元 ConfigurationElement)
LoginUrl

要求のリダイレクト URL を取得または設定します。

Name

Cookie 名を取得または設定します。

Path

Cookie パスを取得または設定します。

Properties

プロパティのコレクションを取得します。

(継承元 ConfigurationElement)
Protection

Cookie の暗号化に使用する暗号化の種類を取得または設定します。

RequireSSL

認証情報を送信するときに Secure Sockets Layer (SSL) 接続が必要かどうかを示す値を取得または設定します。

SlidingExpiration

認証スライディング有効期限を取得または設定します。

TicketCompatibilityMode

チケットの有効期限に協定世界時 (UTC) と現地時刻のどちらを使用するかを示す値を取得または設定します。

Timeout

認証タイムアウトを取得または設定します。

メソッド

DeserializeElement(XmlReader, Boolean)

構成ファイルから XML を読み取ります。

(継承元 ConfigurationElement)
Equals(Object)

現在の ConfigurationElement インスタンスを指定したオブジェクトと比較します。

(継承元 ConfigurationElement)
GetHashCode()

現在の ConfigurationElement インスタンスを表す一意の値を取得します。

(継承元 ConfigurationElement)
GetTransformedAssemblyString(String)

指定したアセンブリ名の変換されたバージョンを返します。

(継承元 ConfigurationElement)
GetTransformedTypeString(String)

指定した型名の変換されたバージョンを返します。

(継承元 ConfigurationElement)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
Init()

ConfigurationElement オブジェクトを初期状態に設定します。

(継承元 ConfigurationElement)
InitializeDefault()

ConfigurationElement オブジェクトの既定の値セットを初期化するために使用します。

(継承元 ConfigurationElement)
IsModified()

この構成要素が、派生クラスで実装されたときに、最後に保存または読み込まれた後に変更されたかどうかを示します。

(継承元 ConfigurationElement)
IsReadOnly()

ConfigurationElement オブジェクトが読み取り専用かどうかを示す値を取得します。

(継承元 ConfigurationElement)
ListErrors(IList)

この ConfigurationElement オブジェクトおよびすべてのサブ要素の無効なプロパティ エラーを、渡されたリストに追加します。

(継承元 ConfigurationElement)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
OnDeserializeUnrecognizedAttribute(String, String)

逆シリアル化中に不明な属性が検出されたかどうかを示す値を取得します。

(継承元 ConfigurationElement)
OnDeserializeUnrecognizedElement(String, XmlReader)

逆シリアル化中に不明な要素が検出されたかどうかを示す値を取得します。

(継承元 ConfigurationElement)
OnRequiredPropertyNotFound(String)

必要なプロパティが見つからない場合に例外をスローします。

(継承元 ConfigurationElement)
PostDeserialize()

逆シリアル化後に呼び出されます。

(継承元 ConfigurationElement)
PreSerialize(XmlWriter)

シリアル化の前に呼び出されます。

(継承元 ConfigurationElement)
Reset(ConfigurationElement)

ロックやプロパティ コレクションなど、ConfigurationElement オブジェクトの内部状態をリセットします。

(継承元 ConfigurationElement)
ResetModified()

派生クラスで実装されたときに IsModified() メソッドの値を false にリセットします。

(継承元 ConfigurationElement)
SerializeElement(XmlWriter, Boolean)

派生クラスで実装されている場合、この構成要素の内容を構成ファイルに書き込みます。

(継承元 ConfigurationElement)
SerializeToXmlElement(XmlWriter, String)

派生クラスで実装されるときに、この構成要素の外部タグを構成ファイルに書き込みます。

(継承元 ConfigurationElement)
SetPropertyValue(ConfigurationProperty, Object, Boolean)

プロパティを指定した値に設定します。

(継承元 ConfigurationElement)
SetReadOnly()

ConfigurationElement オブジェクトとすべてのサブ要素の IsReadOnly() プロパティを設定します。

(継承元 ConfigurationElement)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)
Unmerge(ConfigurationElement, ConfigurationElement, ConfigurationSaveMode)

ConfigurationElement オブジェクトを変更して、保存すべきでないすべての値を削除します。

(継承元 ConfigurationElement)

適用対象