MailBee.NET Objects 7.1

ClientServerCertificates.Client Property

Gets or sets the client certificate.

public Certificate Client {get; set;}

Property Value

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.

Example

The example is available in ClientServerCertificates topic.

See Also

ClientServerCertificates Class | MailBee.Security Namespace | Server