| SmimeSet256BitCrypto Method |
Namespace: MailBee.Security
MailBee by default uses SHA-1 (for signing) and Triple-DES (for encryption) which are widely supported but often considered weak. You can upgrade the security level to 256-bit cryptography by using this method (or can manually set HashAlgorithm and EncryptionAlgorithm properties for a more fine-tuned approach, e.g. SHA-512 or whatever).
This only affects signing/encryption (i.e. producing messages). Parsing (verifying signatures and decryption) is not affected.