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)
Property EncryptionEnabled As Nullable(Of Boolean)
C#
Nullable<bool> EncryptionEnabled { get; set; }
Visual C++
property Nullable<bool> EncryptionEnabled {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
JavaScript
function get_encryptionEnabled();
function set_encryptionEnabled(value);

ToggleRemarks

ToggleSee Also