Dart.Mail Namespace > ClientSecurity Class : TargetHost Property |
Used internally as the first parameter for SslStream.AuthenticateAsClient(), it will typically match the common name of the server-side certificate. .NET also uses this value to maintain an internal cache of SSL sessions that can be re-used.
If left empty, the value of the configured RemoteEndPoint.HostNameOrAddress will be used for authentication when available.