IFluentMailEncryptWith Method |
Name | Description | |
---|---|---|
EncryptWith(X509Certificate2) |
Encrypts the message using specified certificate.
You can call this method multiple times to use several certificates for encryption.
General rule is that both sender and receiver should be able to decrypt the message.
| |
EncryptWith(EncryptionConfiguration) |
Encrypts the message using specified encryption configuration.
General rule is that both sender and receiver should be able to decrypt the message.
|