Dao.ControleAuthentification Method

Retourne tous les genres à partir de la BDD
Public Shared Function ControleAuthentification( _ 
ByVal login As String, _ 
ByVal pwd As String
) As Integer
This language is not supported or no code example is available.
public static int ControleAuthentification( 
string login
string pwd 
)
This language is not supported or no code example is available.
public:  
static int ControleAuthentification( 
String^ login
String^ pwd 
)
This language is not supported or no code example is available.
public static function ControleAuthentification( 
login : String
pwd : String 
) : int;
This language is not supported or no code example is available.

Parameters

login
string

pwd
string

Return Value

int

Liste d'objets Genre

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition