Returns all certificates corresponding to the specified options.

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

Syntax

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

Return Value

An array of certificates.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also