MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Cryptography
CryptographyContext Class
CryptographyContext Methods
Disable Method
Disable(DigestAlgorithm) Method
Disable(EncryptionAlgorithm) Method
Cryptography
Context
Disable(Digest
Algorithm) Method
Disable the digest algorithm.
Namespace:
MimeKit.Cryptography
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
void
Disable
(
DigestAlgorithm
algorithm
)
Parameters
algorithm
DigestAlgorithm
The digest algorithm.
Implements
ICryptographyContext
Disable(DigestAlgorithm)
Remarks
Disables the digest algorithm.
See Also
Reference
CryptographyContext Class
Disable Overload
MimeKit.Cryptography Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast