Specifies whether content in this storage area should be encrypted.
Namespace:
FileNet.Api.AdminSetting 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.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
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