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

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

Syntax

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

Parameters

address
Type: System..::..String
E-mail address.

Return Value

An array of certificates.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also