Database.EnableEncryption(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables or disables encryption
public void EnableEncryption (bool isEnabled);
member this.EnableEncryption : bool -> unit
Public Sub EnableEncryption (isEnabled As Boolean)
Parameters
- isEnabled
- Boolean
If true, enables encryption. If false, disables encryption.