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