AuthenticationSection 생성자

정의

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

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

예제

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

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

설명

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

적용 대상