SslCertificateDName constructor

SslCertificateDName({
  1. String? CName = "",
  2. String? DName = "",
  3. String? OName = "",
  4. String? UName = "",
})

Implementation

SslCertificateDName({
  this.CName = "",
  this.DName = "",
  this.OName = "",
  this.UName = "",
});