 | CryptographyContextGetDigestAlgorithm Method |
Get the digest algorithm from the micalg parameter value in a multipart/signed part.
Namespace:
MimeKit.Cryptography
Assembly:
MimeKit (in MimeKit.dll) Version: 3.0.0
Syntaxpublic abstract DigestAlgorithm GetDigestAlgorithm(
string micalg
)
Parameters
- micalg
- Type: SystemString
The micalg parameter value.
Return Value
Type:
DigestAlgorithmThe digest algorithm.
Exceptions
Remarks
Maps the micalg parameter value string back to the appropriate
DigestAlgorithm.
See Also