SSLServerCert Property
The server certificate for the last established connection.
Syntax
[VB.NET] Public ReadOnlyProperty SSLServerCert As Certificate
[C#] public Certificate SSLServerCert {get;}
Remarks
SSLServerCert contains the server certificate for the last established connection.
SSLServerCert is reset every time a new connection is attempted.
This property is read-only.