Click or drag to resize
GDSecureMimeCertificateGetSigningCertificates Method
Retrieves certificates found in the container that are valid for email signing purposes. The presence of these certificates indicates that the user has what is required to sign SMIME messages.

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

Return Value

Type: IListGDSecureMimeCertificate
When this method completes, it returns list of certificates that can be used for signing. If nothing found, zero-length list is returned.
See Also