Gets the server certificate chains used in server's TLS Certificate response, in the order of preference.

Namespace:  Rebex.Net
Assembly:  Rebex.Tls (in Rebex.Tls.dll)

Syntax

Visual Basic
Public Function GetServerCertificates As IEnumerable(Of CertificateChain)
C#
public IEnumerable<CertificateChain> GetServerCertificates()

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also