public EndpointDetails() { Key = new Key(); Cert = new Cert(); Chain = new Chain(); Protocols = new List <Protocol>(); Suites = new Suites(); Simulations = new SimulationDetails(); }
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>(); }