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()

적용 대상