public TpmPasswordClient(TpmHttp http)
 {
     this.http = http;
 }
 public TpmGroupClient(TpmHttp http)
 {
     this.http = http;
 }
示例#3
0
 public TpmUserClient(TpmHttp http)
 {
     this.http = http;
 }
 public TpmProjectClient(TpmHttp http)
 {
     this.http = http;
 }