TlsParameters.Certificate Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
Certificate
Gets or sets the certificate to be used (server side only).
Declaration
public CertificateChain Certificate { get; set; }
Property Value
Type | Description |
---|---|
CertificateChain | 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.