IBUtenteEntrato
Identità
Namespace:
B.BInterfacesAssembly:
BFrameworkTipo: interface
Interfacce:
IBClassBaseSorgente API: versione
5.0.0
Scopo
Definisce il contratto pubblico IBUtenteEntrato del namespace B.BInterfaces.
Dichiarazione
public interface IBUtenteEntrato : IBClassBase
Proprietà
| Proprietà | Tipo | Accesso |
|---|---|---|
Attivo |
bool |
get/set |
DataCreazione |
DateTime? |
get/set |
DataScadenza |
DateTime? |
get/set |
DataUltimoCambioPwd |
DateTime? |
get/set |
Developer |
bool |
get/set |
Dominio |
string |
get/set |
IDAccesso |
int |
get |
IDPolicyPwd |
int |
get/set |
IDProfilo |
int |
get/set |
IDSistema |
int |
get/set |
Password |
string |
get/set |
Username |
string |
get/set |
UtentePadre |
IBUtenteEntrato? |
get/set |
Metodi
bool CheckChangePwd()eEsitoLogin CheckLogin(string username, string password, eAuthType tipoLogin)bool OtherCheckBefore()bool WriteEntry()bool WriteExit()
Tipi annidati
eAuthType
WINDOWS, NONE
eEsitoLogin
bOk, bLoginFallito, bPwdScaduta, bNonAttivo, bOtherBefore
Esempi
Consultare IBUtenteEntrato - Esempi.
