Sets 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 Sub SetServerCertificates ( _
	ParamArray serverCertificates As CertificateChain() _
)
C#
public void SetServerCertificates(
	params CertificateChain[] serverCertificates
)

Parameters

serverCertificates
Type: array<Rebex.Security.Certificates..::..CertificateChain>[]()[][]
Server certificates (chains).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also