Specifies whether the host name in the certificate presented by the server when
establishing an SSL connection should be validated (true) or not (false).
For the CmSMTPConfiguration class, setting this property to true is not supported.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property ValidateCertificateHost As Nullable(Of Boolean) |
| C# |
|---|
Nullable<bool> ValidateCertificateHost { get; set; } |
| Visual C++ |
|---|
property Nullable<bool> ValidateCertificateHost { Nullable<bool> get (); void set (Nullable<bool> value); } |
| JavaScript |
|---|
function get_validateCertificateHost(); function set_validateCertificateHost(value); |
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