Click or drag to resize
GDSecureMimeCertificateGetCertificates Method (IListString)
Retrieves certificates from local secure store which subject name match one or more email addresses from the list.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public static IList<GDSecureMimeCertificate> GetCertificates(
	IList<string> emails
)

Parameters

emails
Type: System.Collections.GenericIListString
List of email addresses that are looked for.

Return Value

Type: IListGDSecureMimeCertificate
When this method completes, it returns list of certificates that match one or more email addresses from list. If nothing found, zero-length list is returned.
See Also