Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Namespace: microsoft.graph
Contains stateful information about file hashes (cryptographic and location-sensitive).
Properties
| Property | Type | Description |
|---|---|---|
| hashType | fileHashType enum | File hash type. The possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256. |
| hashValue | String | Value of the file hash. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"hashType": "@odata.type: microsoft.graph.fileHashType",
"hashValue": "String"
}