FormsAuthenticationConfiguration コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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()