| DefaultSecureMimeContextUpdateSecureMimeCapabilities Method |
Updates the known S/MIME capabilities of the client used by the recipient that owns the specified certificate.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax protected override void UpdateSecureMimeCapabilities(
X509Certificate certificate,
EncryptionAlgorithm[] algorithms,
DateTime timestamp
)
Parameters
- certificate X509Certificate
- The certificate.
- algorithms EncryptionAlgorithm
- The encryption algorithm capabilities of the client (in preferred order).
- timestamp DateTime
- The timestamp in coordinated universal time (UTC).
Remarks
Updates the known S/MIME capabilities of the client used by the recipient that owns the specified certificate.
See Also