CertificateManager.CsrOptions.DnsNames property

The DNS names to include in the CSR’s Subject Alternative Name (SAN) extension.

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

See Also