TlsServerSocket.ServerCertificate Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
ServerCertificate
Gets the server's certificate chain. Inherited from TlsSocket.
Declaration
public CertificateChain ServerCertificate { get; }
Property Value
Type | Description |
---|---|
CertificateChain | The server's certificate chain. |
Remarks
The first certificate in the chain is the server's certificate.