TlsSocket.ClientCertificate Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9448)
ClientCertificate
Gets the client's certificate chain.
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.