Specifies whether content in this storage area should be encrypted.

Setting this property to true generates a new encryption key, which is used to encrypt new content. For more information on how content encryption works, see Content encryption.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
<ObsoleteAttribute("As of release 5.2.3.")> _
Property EncryptionEnabled As Nullable(Of Boolean)
C#
[ObsoleteAttribute("As of release 5.2.3.")]
Nullable<bool> EncryptionEnabled { get; set; }
Visual C++
[ObsoleteAttribute(L"As of release 5.2.3.")]
property Nullable<bool> EncryptionEnabled {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
JavaScript
function get_encryptionEnabled();
function set_encryptionEnabled(value);

ToggleRemarks

ToggleSee Also