TlsClientHelloReceivedEventArgs.GetServerCertificates Method
Namespace: Rebex.Net
Assembly: Rebex.Tls.dll (version 7.0.9083)
GetServerCertificates()
Gets the server certificate chains used in server's TLS Certificate response, in the order of preference.
Declaration
public IEnumerable<CertificateChain> GetServerCertificates()
Returns
Type | Description |
---|---|
IEnumerable<CertificateChain> |