| WindowsSecureMimeContextGetSignerCertificate Method |
Get the certificate for the specified signer.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax protected virtual X509Certificate2 GetSignerCertificate(
MailboxAddress mailbox
)
Parameters
- mailbox MailboxAddress
- The signer's mailbox address.
Return Value
X509Certificate2The certificate to use for the signer; otherwise, or
null.
Remarks Gets the certificate for the specified signer.
If the mailbox is a SecureMailboxAddress, the
Fingerprint property will be used instead of
the mailbox address.
See Also