Udostępnij za pośrednictwem


FormsAuthenticationCredentials Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy FormsAuthenticationCredentials.

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

Przykłady

Poniższy przykład kodu pokazuje, jak utworzyć FormsAuthenticationCredentials obiekt.

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

Dotyczy