次の方法で共有


FormsAuthenticationConfiguration コンストラクター

定義

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

public:
 FormsAuthenticationConfiguration();
public FormsAuthenticationConfiguration ();
Public Sub New ()

次のコード例は、オブジェクトを作成する方法を FormsAuthenticationConfiguration 示しています。

// Create a new FormsAuthentication object.
FormsAuthenticationConfiguration newformsAuthentication =
new FormsAuthenticationConfiguration();
' Create a new FormsAuthentication object.
  Dim newformsAuthentication _
  As New FormsAuthenticationConfiguration()

適用対象