InfoConnect for Unisys
TLSCertifyHostname Property


Specifies whether host name matching is required when validating host certificates for SSL/TLS connections.
Syntax
'Declaration
 
Property TLSCertifyHostname As Boolean
'Usage
 
Dim instance As IConnectionSettingsTelnet
Dim value As Boolean
 
instance.TLSCertifyHostname = value
 
value = instance.TLSCertifyHostname
bool TLSCertifyHostname {get; set;}

Property Value

The default value is true. This value can be changed during an open connection.
Remarks
When this setting is true (the default), the host name you configure in InfoConnect must exactly match one of the host names in the CommonName or the SubjectAltName field of the certificate.
See Also