Gets the server's certificate chain.

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

Syntax

Visual Basic
Public ReadOnly Property ServerCertificate As CertificateChain
	Get
C#
public CertificateChain ServerCertificate { get; }

Field Value

The server's certificate chain.

Remarks

The first certificate in the chain is the server's certificate.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also