AuthenticateEventArgs Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy AuthenticateEventArgs.

Przeciążenia

AuthenticateEventArgs()

Inicjuje AuthenticateEventArgs nowe wystąpienie klasy z właściwością ustawioną Authenticated na false.

AuthenticateEventArgs(Boolean)

Inicjuje nowe wystąpienie klasy AuthenticateEventArgs.

AuthenticateEventArgs()

Inicjuje AuthenticateEventArgs nowe wystąpienie klasy z właściwością ustawioną Authenticated na false.

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

Zobacz też

Dotyczy

AuthenticateEventArgs(Boolean)

Inicjuje nowe wystąpienie klasy AuthenticateEventArgs.

public:
 AuthenticateEventArgs(bool authenticated);
public AuthenticateEventArgs (bool authenticated);
new System.Web.UI.WebControls.AuthenticateEventArgs : bool -> System.Web.UI.WebControls.AuthenticateEventArgs
Public Sub New (authenticated As Boolean)

Parametry

authenticated
Boolean

true jeśli użytkownik jest uwierzytelniony; w przeciwnym razie , false.

Zobacz też

Dotyczy