|  | Open | 
 Syntax
Syntaxpublic override string GetDigestAlgorithmName( DigestAlgorithm micalg )
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentOutOfRangeException | micalg is out of range. | 
 Remarks
RemarksMaps the DigestAlgorithm to the appropriate string identifier as used by the micalg parameter value of a multipart/signed Content-Type header. For example:
| Algorithm | Name | 
|---|---|
| MD5 | pgp-md5 | 
| Sha1 | pgp-sha1 | 
| RipeMD160 | pgp-ripemd160 | 
| MD2 | pgp-md2 | 
| Tiger192 | pgp-tiger192 | 
| Haval5160 | pgp-haval-5-160 | 
| Sha256 | pgp-sha256 | 
| Sha384 | pgp-sha384 | 
| Sha512 | pgp-sha512 | 
| Sha224 | pgp-sha224 | 
 See Also
See Also