peer_certificate


Description:

public TlsCertificate peer_certificate { get; }

The connection's peer's certificate, after the TLS handshake has completed or failed.

Note in particular that this is not yet set during the emission of accept_certificate.

(You can watch for a notify signal on this property to detect when a handshake has occurred.)