Click or drag to resize

Metodo UsrUserCheckPasswordEncrypted

Verifica la correttezza dell'abbinamento utente e password e restituisce true se combacia.

Namespace: DedNet.Core
Assembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi
public static bool CheckPasswordEncrypted(
	DedNetApplication app,
	string username,
	string pwdEncrypted
)

Parametri

app  DedNetApplication
Applicazione.
username  String
Nome utente.
pwdEncrypted  String
 

Valore di ritorno

Boolean
Vedi anche