Gets or sets a value indicating whether data should be encrypted when stored in SimpleDB.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public bool Encrypt { get; set; }
Visual Basic
Public Property Encrypt As Boolean
	Get
	Set
Visual C++
public:
property bool Encrypt {
	bool get ();
	void set (bool value);
}

Field Value

true if data should be encrypted; otherwise, false.

See Also