다음을 통해 공유


FormsAuthenticationCredentials 생성자

정의

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

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

예제

다음 코드 예제에는 만드는 방법을 보여 줍니다는 FormsAuthenticationCredentials 개체입니다.

// Create a new FormsAuthenticationCredentials object.
FormsAuthenticationCredentials newformsAuthenticationCredentials = 
    new FormsAuthenticationCredentials();
' Create a new FormsAuthenticationCredentials object.
  Dim newformsAuthenticationCredentials _
  As New FormsAuthenticationCredentials()

적용 대상