TlsParameters.Certificate Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9147)
Certificate
Gets or sets the certificate to be used (server side only).
Declaration
public CertificateChain Certificate { get; set; }
Property Value
Type | Description |
---|---|
Certificate |
The certificate to be used. |
Remarks
This is only used to set the server certificate.
For client sockets, use Certificate
This certificate will be used to sign data, so it must have a private key associated.