Click or drag to resize
GDSecureMimeCertificateGetDecryptionCertificates Method
Retrieves certificates found on the system that are valid for email decryption purposes. The presence of these certificates indicates that the user has what is required to receive and decrypt SMIME messages.

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

Return Value

Type: IListGDSecureMimeCertificate
When this method completes, it returns list of cerficates that may be used to decrypt a message. If nothing found, zero-length list is returned.
See Also