Gets or sets the ICertificateFinder to be used to find certificates corresponding to a SubjectIdentifier.

Namespace:  Rebex.Security.Cryptography.Pkcs
Assembly:  Rebex.Common (in Rebex.Common.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