| title | fileHashType enum |
|---|---|
| description | Enum for file hash types. |
| ms.localizationpriority | medium |
| doc_type | enumPageType |
| ms.subservice | security |
| author | preetikr |
| ms.date | 03/06/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Enum for file hash types.
| Member | Value | Description |
|---|---|---|
| unknown | 0 | Unknown type. |
| sha1 | 1 | SHA1 hash type. |
| sha256 | 2 | SHA256 hash type. |
| md5 | 3 | MD5 hash type. |
| authenticodeHash256 | 4 | AuthenticodeHash256 hash type. |
| lsHash | 5 | LsHash hash type. |
| ctph | 6 | CTPH hash type. |
| peSha1 | 7 | PESHA1 hash type. |
| peSha256 | 8 | PESHA256 hash type. |