SelfSignedOptions.DnsNames property

The DNS names to include in the certificate’s Subject Alternative Name (SAN) extension. When Development is true and this value is null, localhost loopback defaults are used for the leaf certificate.

public IEnumerable<string>? DnsNames { get; set; }

See Also