Gets or sets the certificate to be used (server side only).

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

Syntax

Visual Basic
Public Property Certificate As CertificateChain
	Get
	Set
C#
public CertificateChain Certificate { get; set; }

Field Value

The certificate to be used.

Remarks

This is only used to set the server certificate.

For client sockets, use CertificateRequestHandler to handle certificate requests.

This certificate will be used to sign data, so it must have a private key associated.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also