| MailBuilderEncryptWith Method (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.
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public void EncryptWith(
X509Certificate2 certificate
)
Public Sub EncryptWith (
certificate As X509Certificate2
)
public:
void EncryptWith(
X509Certificate2^ certificate
)
member EncryptWith :
certificate : X509Certificate2 -> unit
Parameters
- certificate
- Type: System.Security.Cryptography.X509CertificatesX509Certificate2
Certificate to use for encryption.
See Also