예제 #1
0
 public ContainerLaunchContextInfo()
 {
     local_resources = new Dictionary <string, LocalResourceInfo>();
     environment     = new Dictionary <string, string>();
     commands        = new AList <string>();
     servicedata     = new Dictionary <string, string>();
     credentials     = new CredentialsInfo();
     acls            = new Dictionary <ApplicationAccessType, string>();
 }
예제 #2
0
 public virtual void SetCredentials(CredentialsInfo credentials)
 {
     this.credentials = credentials;
 }