Click or drag to resize
GDSecureMimeDecoderDecryptionCertificates Property
Gets certificates used in the last decryption. Sets certificates for the next one.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public IList<GDSecureMimeCertificate> DecryptionCertificates { get; set; }

Property Value

Type: IListGDSecureMimeCertificate
Certificates used for decryption.
Remarks
This property can be used to override certificates for decryption when several suiting ones are present. If there's no override, the first matching certificate will be used.
See Also