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