Click or drag to resize
GDSecureMimeDecoderSignerCertificates Property
Gets certificates used to verify signed message.
Gets or sets signer certificates

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

Property Value

Type: IListGDSecureMimeCertificate
Signer certificates.

Property Value

Type: IListGDSecureMimeCertificate
Certificates used for signature verification
Remarks
Initialized to null. Will be set after successful signature verification.
Remarks
Set it before calling VerifySignatureAsync to override default signer certificates retrieved from local store based on data within the message.
See Also