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

適用於