Exemple #1
0
 public void AddCredential(string username, string password)
 {
     this.Credential = Credential.From(username, password);
 }