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...
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...