CsrConfig constructor
CsrConfig({})
Constructs a CsrConfig object with optional named parameters.
Implementation
CsrConfig({
this.commonName,
this.serialNumber,
this.organizationIdentifier,
this.organizationUnitName,
this.organizationName,
this.countryName,
this.invoiceType,
this.locationAddress,
this.industryBusinessCategory,
}) {
_createCsrConfigFile();
}