SqlServerEncryptionOptions constructor

SqlServerEncryptionOptions({
  1. String? certPath,
  2. String? pvkPassword,
  3. String? pvkPath,
})

Implementation

SqlServerEncryptionOptions({
  this.certPath,
  this.pvkPassword,
  this.pvkPath,
});