Metodo getHostNameInCertificate (SQLServerDataSource)
Restituisce il nome host usato per convalidare il certificato Transport Layer Security (TLS) di SQL Server, noto in precedenza come Secure Sockets Layer (SSL).
Sintassi
public java.lang.String getHostNameInCertificate()
Valore restituito
Valore String contenente il nome host oppure Null se non è impostato alcun valore.
Osservazioni:
Il nome host viene usato per la convalida del valore del certificato TLS/SSL di SQL Server quando il livello di comunicazione è crittografato tramite TLS/SSL.
Se il nome host non è impostato, il metodo getHostNameInCertificate restituisce Null.