What is the c# equivalent command for powershell commands for sql server Always Encrypted configuration

  • Thread starter Thread starter Abbas Stovewala Mumbai
  • Start date Start date
A

Abbas Stovewala Mumbai

Guest
Hi,

I am using the following powershell commands to configure "always encrypted" feature of sql server 2016.

1. New-SqlCertificateStoreColumnMasterKeySettings

2. New-SqlColumnMasterKey

3. New-SqlColumnEncryptionKey

4. Set-SqlColumnEncryption

Please Let me know what equivalent .Net Library can help to get these commands working in a c# console application, so that I as a programmer can use it. Please provide any Microsoft link for the above for an example.

Regards

Abbas

Continue reading...
 
Back
Top