B-Arts DocumentationIndice generale

IBUtenteEntrato - Esempi

IBUtenteEntrato.eEsitoLogin result = user.CheckLogin(
  username, password, IBUtenteEntrato.eAuthType.WINDOWS);
if (result == IBUtenteEntrato.eEsitoLogin.bOk) user.WriteEntry();

Contratto dell'utente autenticato B-Arts. L'implementazione appartiene al modello applicativo.