示例#1
0
 public EndpointDetails()
 {
     Key         = new Key();
     Cert        = new Cert();
     Chain       = new Chain();
     Protocols   = new List <Protocol>();
     Suites      = new Suites();
     Simulations = new SimulationDetails();
 }
示例#2
0
 public EndpointDetails()
 {
     Key = new Key();
     Cert = new Cert();
     Chain = new Chain();
     Protocols = new List<Protocol>();
     Suites = new Suites();
     Simulations = new SimDetails();
     HstsPreloads = new List<HstsPreload>();
     DrownHosts = new List<DrownHost>();
 }