Edit

Bagikan melalui


FormsAuthenticationConfiguration Constructor

Definition

Initializes a new instance of the FormsAuthenticationConfiguration class.

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

Examples

The following code example shows how to create a FormsAuthenticationConfiguration object.

// Create a new FormsAuthentication object.
FormsAuthenticationConfiguration newformsAuthentication =
new FormsAuthenticationConfiguration();
' Create a new FormsAuthentication object.
Dim newformsAuthentication _
As New FormsAuthenticationConfiguration()

Applies to