Example #1
0
 public void SetAuth(string cpf, string password, byte[] masterKey)
 {
     server.SetAuth(cpf, password, masterKey);
 }
Example #2
0
 public void SetAuth(string cpf, string password)
 {
     server.SetAuth(cpf, password);
 }