AuthenticationSection コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
AuthenticationSection クラスの新しいインスタンスを初期化します。
public:
AuthenticationSection();
public AuthenticationSection ();
Public Sub New ()
例
次のコード例は、オブジェクトを取得する方法を AuthenticationSection 示しています。
AuthenticationSection newauthenticationSection =
new AuthenticationSection();
Dim newauthenticationSection _
As New AuthenticationSection()
注釈
コンストラクターは AuthenticationSection 、コードから直接使用するためのものではありません。 これは、ASP.NET 構成システムによって呼び出されます。 メソッドを使用してクラスの AuthenticationSection インスタンスを GetSection 取得します。