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)
Syntax
| 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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: BOOLEAN
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: false
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ