Controle.ControleAuthentification Method

Demande de controler l'authentification Si oui alors : ouverture de la fenĂȘtre principale.
Public Function ControleAuthentification( _ 
ByVal login As String, _ 
ByVal pwd As String, _ 
ByVal frmAuthentification As FrmAuthentification
) As Integer
This language is not supported or no code example is available.
public int ControleAuthentification( 
string login
string pwd
FrmAuthentification frmAuthentification 
)
This language is not supported or no code example is available.
public:  
int ControleAuthentification( 
String^ login
String^ pwd
FrmAuthentification^ frmAuthentification 
)
This language is not supported or no code example is available.
public function ControleAuthentification( 
login : String
pwd : String
frmAuthentification : FrmAuthentification 
) : int;
This language is not supported or no code example is available.

Parameters

login
string

pwd
string

frmAuthentification
FrmAuthentification

Return Value

int

.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