Show / Hide Table of Contents

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 Source

Algorithm

Gets the digest algorithm used

Declaration
string Algorithm { get; }
Property Value
Type Description
System.String

Digest algorithm name

| Improve this Doc View Source

DigestBase64

Gets the base64 encoded digest

Declaration
string DigestBase64 { get; }
Property Value
Type Description
System.String

Base64 encoded string

| Improve this Doc View Source

HexString

Gets the HEX string representation of the digest

Declaration
string HexString { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX