Class FileHashes
FileHashes (file hash information)
Inherited Members
Namespace: Glitch9.AIDevKit.Microsoft.Graph
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public sealed class FileHashes
Properties
| Edit this page View SourceQuickXorHash
Used in Microsoft Graph
Declaration
[JsonProperty("quickXorHash")]
public string QuickXorHash { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Sha1Hash
Used if available
Declaration
[JsonProperty("sha1Hash")]
public string Sha1Hash { get; set; }
Property Value
| Type | Description |
|---|---|
| string |