Defines whether or not Secure Sockets Layer (SSL) protocol is enabled for a given DirectoryConfiguration object. The default value for all directory server types supported by the FileNet P8 Content Engine is False, indicating that SSL is disabled.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property IsSSLEnabled As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> IsSSLEnabled { get; set; } |
C++ |
---|
property Nullable<bool> IsSSLEnabled abstract { Nullable<bool> get(); void set(Nullable<bool> value); } |
J# |
---|
/** property */ public Nullable<bool> get_IsSSLEnabled(); /** property */ public void set_IsSSLEnabled(Nullable<bool> value); |
JScript |
---|
public function get IsSSLEnabled() : Nullable<bool> public function set IsSSLEnabled(value : Nullable<bool>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: false
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ