Gets or sets the ICertificateFinder to be used to find certificates used to encrypt or sign the entity.

Namespace:  Rebex.Mime
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Property CertificateFinder As ICertificateFinder
	Get
	Set
C#
public ICertificateFinder CertificateFinder { get; set; }

Field Value

The certificate finder.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also