Click or drag to resize

IFluentMailEncryptWith Method (EncryptionConfiguration)

Encrypts the message using specified encryption configuration. General rule is that both sender and receiver should be able to decrypt the message.

Namespace:  Limilabs.Mail.Fluent
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
IFluentMail EncryptWith(
	EncryptionConfiguration configuration
)

Parameters

configuration
Type: Limilabs.MailEncryptionConfiguration
Encryption configuration: such as certificates, algorithm etc.

Return Value

Type: IFluentMail
Email configuration.
See Also