Returns all certificates matching the specified certificate and options.

Namespace:  Rebex.Security.Certificates
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Function FindCertificates ( _
	certificate As Certificate, _
	options As CertificateFindOptions _
) As Certificate()
C#
public Certificate[] FindCertificates(
	Certificate certificate,
	CertificateFindOptions options
)

Parameters

certificate
Type: Rebex.Security.Certificates..::..Certificate
Certificate to find.
options
Type: Rebex.Security.Certificates..::..CertificateFindOptions
Options.

Return Value

An array of certificates.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also