예제 #1
0
 public AuthenticationBlob(string username, string password, string token)
 {
     Username = username;
     Password = password;
     ClientToken = token;
     Agent = new AgentBlob();
 }
예제 #2
0
 public AuthenticationBlob(string username, string password, string token)
 {
     Username    = username;
     Password    = password;
     ClientToken = token;
     Agent       = new AgentBlob();
 }