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