Ejemplo n.º 1
0
 public ContainerInfo(ContainerInfoType type, CertificateStoreIdentifier store)
 {
     Type        = type;
     DisplayName = store.ToString();
     Store       = store;
 }
Ejemplo n.º 2
0
 public ContainerInfo(ContainerInfoType type, CertificateStoreIdentifier store)
 {
     Type = type;
     DisplayName = store.ToString();
     Store = store;
 }
Ejemplo n.º 3
0
 public ContainerInfo(ContainerInfoType type, string displayName)
 {
     Type        = type;
     DisplayName = displayName;
 }
Ejemplo n.º 4
0
 public ContainerInfo(ContainerInfoType type, string displayName)
 {
     Type = type;
     DisplayName = displayName;
 }