HashAlgorithmType Enumeração
Definição
Especifica os algoritmos de hash para uma MonoTlsConnectionInfo instância.Specifies the hashing algorithms for a MonoTlsConnectionInfo instance.
public enum class HashAlgorithmType
public enum HashAlgorithmType
type HashAlgorithmType =
Public Enum HashAlgorithmType
- Herança
Campos
| Md5 | 1 | O algoritmo de hash MD5 (Message Digest 5).The Message Digest 5 (MD5) hashing algorithm. Devido a problemas de colisão com o SHA1, a Microsoft recomenda SHA256 ou melhor.Due to collision problems with SHA1, Microsoft recommends SHA256 or better. |
| Md5Sha1 | 254 | Os algoritmos MD5 e SHA1.The MD5 and SHA1 algorithms. Devido a problemas de colisão com o SHA1, a Microsoft recomenda SHA256 ou melhor.Due to collision problems with SHA1, Microsoft recommends SHA256 or better. |
| None | 0 | Nenhum algoritmo de hash é usado.No hashing algorithm is used. |
| Sha1 | 2 | O Secure Hashing Algorithm (SHA1).The Secure Hashing Algorithm (SHA1). Devido a problemas de colisão com o SHA1, a Microsoft recomenda SHA256 ou melhor.Due to collision problems with SHA1, Microsoft recommends SHA256 or better. |
| Sha224 | 3 | O algoritmo de hash seguro 2 (SHA-2), usando um resumo de 224 bits.The Secure Hashing Algorithm 2 (SHA-2), using a 224-bit digest. |
| Sha256 | 4 | O Secure Hash algoritmo 2 (SHA-2), usando um resumo de 256 bits.The Secure Hashing Algorithm 2 (SHA-2), using a 256-bit digest. |
| Sha384 | 5 | O Secure Hash algoritmo 2 (SHA-2), usando um resumo de 384 bits.The Secure Hashing Algorithm 2 (SHA-2), using a 384-bit digest. |
| Sha512 | 6 | O Secure Hash algoritmo 2 (SHA-2), usando um resumo de 512 bits.The Secure Hashing Algorithm 2 (SHA-2), using a 512-bit digest. |
| Unknown | 255 | O algoritmo de hash é desconhecido.The hashing algorithm is unknown. |