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