Property ServerCertificate
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.