LDAPSSettings constructor

LDAPSSettings({
  1. Certificate? certificate,
  2. String? certificatePassword,
  3. String? certificatePfx,
  4. String? name,
  5. String? state,
  6. String? updateTime,
})

Implementation

LDAPSSettings({
  this.certificate,
  this.certificatePassword,
  this.certificatePfx,
  this.name,
  this.state,
  this.updateTime,
});