Condividi tramite


ClientFormsAuthenticationMembershipProvider.DeleteUser Metodo

Definizione

Questo metodo non viene utilizzato da questa classe.

public:
 override bool DeleteUser(System::String ^ username, bool deleteAllRelatedData);
public override bool DeleteUser (string username, bool deleteAllRelatedData);
override this.DeleteUser : string * bool -> bool
Public Overrides Function DeleteUser (username As String, deleteAllRelatedData As Boolean) As Boolean

Parametri

username
String

Non usato.

deleteAllRelatedData
Boolean

Non usato.

Restituisce

Non applicabile. Questo metodo genera sempre un'eccezione.

Eccezioni

Sempre generato.

Commenti

Non è possibile creare, eliminare o modificare le informazioni utente usando la ClientFormsAuthenticationMembershipProvider classe .

Si applica a

Vedi anche