Exemple #1
0
 public ContainerInfo(ContainerInfoType type, CertificateStoreIdentifier store)
 {
     Type        = type;
     DisplayName = store.ToString();
     Store       = store;
 }
 public ContainerInfo(ContainerInfoType type, CertificateStoreIdentifier store)
 {
     Type = type;
     DisplayName = store.ToString();
     Store = store;
 }
Exemple #3
0
 public ContainerInfo(ContainerInfoType type, string displayName)
 {
     Type        = type;
     DisplayName = displayName;
 }
 public ContainerInfo(ContainerInfoType type, string displayName)
 {
     Type = type;
     DisplayName = displayName;
 }