Click or drag to resize

MailBuilderEncryptWith Method

Overload List
  NameDescription
Public methodEncryptWith(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.
Public methodEncryptWith(EncryptionConfiguration)
Encrypts the message using specified encryption configuration.
Top
See Also