ClientServerCertificatesClient Property |
Gets or sets the client certificate.
Namespace: MailBee.SecurityAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public Certificate Client { get; set; }
Public Property Client As Certificate
Get
Set
Property Value
Type:
CertificateA
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 See Also