ClientServerCertificatesClient Property
Gets or sets the client certificate.

Namespace: MailBee.Security
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public Certificate Client { get; set; }

Property Value

Type: Certificate
A Certificate object representing the client's certificate if specified by the application. The default value is a null reference (Nothing in Visual Basic).
Remarks
This certificate represents the client during the SSL handshake. If this certificate is not valid or missing, the server may break the connection. Most servers, however, do not require the client to present a certificate.
Examples
The example is available in ClientServerCertificates topic.
See Also