 | IFluentMailEncryptWith(X509Certificate2) Method |
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.
Namespace: Limilabs.Mail.FluentAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
SyntaxIFluentMail EncryptWith(
X509Certificate2 certificate
)
Function EncryptWith (
certificate As X509Certificate2
) As IFluentMail
IFluentMail^ EncryptWith(
X509Certificate2^ certificate
)
abstract EncryptWith :
certificate : X509Certificate2 -> IFluentMail Parameters
- certificate X509Certificate2
- Certificate to use for encryption.
Return Value
IFluentMailEmail configuration.
See Also