Metodo UsrUserCheckPasswordEncrypted
|
Verifica la correttezza dell'abbinamento utente e password e restituisce true se combacia.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 22.4.2.0 (22.4.2.0)
Sintassi public static bool CheckPasswordEncrypted(
DedNetApplication app,
string username,
string pwdEncrypted
)
Public Shared Function CheckPasswordEncrypted (
app As DedNetApplication,
username As String,
pwdEncrypted As String
) As Boolean
public:
static bool CheckPasswordEncrypted(
DedNetApplication^ app,
String^ username,
String^ pwdEncrypted
)
static member CheckPasswordEncrypted :
app : DedNetApplication *
username : string *
pwdEncrypted : string -> bool
Parametri
- app
- Tipo: DedNetDedNetApplication
Applicazione. - username
- Tipo: SystemString
Nome utente. - pwdEncrypted
- Tipo: SystemString
Valore di ritorno
Tipo:
BooleanVedi anche