Click or drag to resize
GDSecureMimeCertificateGetCertificates Method (String)
Retrieves certificates from local secure store which subject name match email address from param.

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

Parameters

email
Type: SystemString
Email address that is looked for.

Return Value

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