Returns all certificates corresponding to the specified e-mail address and options.

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

Syntax

Visual Basic
Public Function FindCertificatesForMailAddress ( _
	address As String, _
	options As CertificateFindOptions _
) As Certificate()
C#
public Certificate[] FindCertificatesForMailAddress(
	string address,
	CertificateFindOptions options
)

Parameters

address
Type: System..::..String
E-mail address.
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