Interface IContentFileDigest
Represents digest information for an update content file
Namespace: Microsoft.PackageGraph.ObjectModel
Assembly: package-graph-microsoft-update.dll
Syntax
public interface IContentFileDigest
Properties
| Improve this Doc View SourceAlgorithm
Gets the digest algorithm used
Declaration
string Algorithm { get; }
Property Value
Type | Description |
---|---|
System.String | Digest algorithm name |
DigestBase64
Gets the base64 encoded digest
Declaration
string DigestBase64 { get; }
Property Value
Type | Description |
---|---|
System.String | Base64 encoded string |
HexString
Gets the HEX string representation of the digest
Declaration
string HexString { get; }
Property Value
Type | Description |
---|---|
System.String |