Gets the client's certificate chain.

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

Syntax

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

Field Value

The client's certificate chain.

Remarks

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also