Accept() public method

Successfully authenticates the client.
public Accept ( ) : bool
return bool
Beispiel #1
0
 static void HandlePasswordProvided(object sender, PasswordProvidedEventArgs e)
 {
     e.Accept(Password.ToCharArray());
 }