다음을 통해 공유


AuthenticationSection 생성자

정의

AuthenticationSection 클래스의 새 인스턴스를 초기화합니다.

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

예제

다음 코드 예제에서는 가져오는 방법을 보여 줍니다는 AuthenticationSection 개체입니다.

AuthenticationSection newauthenticationSection = 
    new AuthenticationSection();
  Dim newauthenticationSection _
  As New AuthenticationSection()

설명

AuthenticationSection 생성자는 코드에서 직접 사용할 수 없습니다. ASP.NET 구성 시스템에서 호출 됩니다. 인스턴스를 가져올 수는 AuthenticationSection 를 사용 하 여 클래스를 GetSection 메서드.

적용 대상