CertificateManager.CsrOptions record
Options for creating a Certificate Signing Request (CSR).
public record CsrOptions
Public Members
name | description |
---|---|
CsrOptions(…) | Options for creating a Certificate Signing Request (CSR). |
CommonName { get; set; } | The common name for the subject distinguished name. |
Country { get; set; } | The country code for the subject distinguished name. |
DnsNames { get; set; } | The DNS names to include in the CSR’s Subject Alternative Name (SAN) extension. |
KeyLength { get; set; } | The length of the cryptographic key in bits. |
KeyType { get; set; } | The type of cryptographic key to use (RSA or ECDSA). |
Org { get; set; } | The organization name for the subject distinguished name. |
OrgUnit { get; set; } | The organizational unit for the subject distinguished name. |
Remarks
This record is used to specify options for creating a Certificate Signing Request (CSR).
See Also
- class CertificateManager
- namespace Kestrun.Certificates