  | SSLConfigCertificateName Field | 
 
            Certificate Name to be validated against SAN field of the remote certificate, if not present then the CN part of the Certificate Subject.
            
 
    Namespace: 
   Hazelcast.Config
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntaxpublic const string CertificateName = "CertificateServerName"
Public Const CertificateName As String = "CertificateServerName"
public:
literal String^ CertificateName = "CertificateServerName"
static val mutable CertificateName: string
Field Value
Type: 
String
See Also