On server side, there is a public cert 'CertA', which is signed by root cert 'RootCert'.
On client side, 'RootCert' is installed already in the cert store.
When client(browser) received cert 'CertA' from server side, which filed is it used to retrieve the root cert from its cert store? Is it 'Common Name' or 'Serial Number' or 'Thumbprint'?