다음을 통해 공유


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

적용 대상