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