FormsAuthenticationCredentials Constructor

Definition

Initializes a new instance of the FormsAuthenticationCredentials class.

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

Examples

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

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

Applies to