| ICryptographyContextIsEnabled(EncryptionAlgorithm) Method |
Check whether the specified encryption algorithm is enabled.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax bool IsEnabled(
EncryptionAlgorithm algorithm
)
Parameters
- algorithm EncryptionAlgorithm
- The encryption algorithm.
Return Value
Booleantrue if the specified encryption algorithm is enabled; otherwise,
false.
Remarks
Determines whether the specified encryption algorithm is enabled.
See Also