 | OpenPgpContextGetSigningKey Method |
Get the signing key associated with the mailbox address.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntaxpublic abstract PgpSecretKey GetSigningKey(
MailboxAddress mailbox,
CancellationToken cancellationToken = default
)
Parameters
- mailbox MailboxAddress
- The mailbox.
- cancellationToken CancellationToken (Optional)
- The cancellation token.
Return Value
PgpSecretKeyThe signing key.
Exceptions
Remarks
Gets the signing key associated with the mailbox address.
See Also