| ICryptographyContextEnable(EncryptionAlgorithm) Method |
Enable the encryption algorithm.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax void Enable(
EncryptionAlgorithm algorithm
)
Parameters
- algorithm EncryptionAlgorithm
- The encryption algorithm.
Remarks
Enables the encryption algorithm.
See Also