Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsTelnet Interface / TLSCertifyHostname Property


In This Topic
TLSCertifyHostname Property
In This Topic
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

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 Reflection must exactly match one of the host names in the CommonName or the SubjectAltName field of the certificate.
See Also