Database.EnableEncryption(Boolean) Method

Definition

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.

Applies to