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