SessionPropertiesSSLTrustedCommonNameList Property
NOT RECOMMENDED
Per RFC-6125 section 6.4.4, the Common Name (CN) of a certificate should not be used to validate the certificate.
Instead
SSLValidateCertificateHost (enabled by default) indicates that the server
certificate must contain a Subject Alternate Name (SAN) that matches the host name (
Host).
This property is only used if
SSLValidateCertificateHost is disabled. This property
specifies a comma separated list of acceptable common names in certificate validation.
The number of common names specified by an applications is limited to 16.
Leading and trailing whitespaces are considered to be part of the common names and are not ignored.
If the application does not provide any common names, there is no common name verification.
Default: empty string
Namespace: SolaceSystems.Solclient.MessagingAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
public string SSLTrustedCommonNameList { get; set; }
Property Value
String