Table of Contents

Class WindowsFileHash

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the hash information of a file on a Windows based computer system.

public class WindowsFileHash : BypassSection
Inheritance
WindowsFileHash
Inherited Members

Constructors

WindowsFileHash()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsFileHash class.

public WindowsFileHash()

Properties

HashAlgorithm

Gets or sets the algorithm used to generate the hash.

public WindowsFileHashAlgorithm HashAlgorithm { get; set; }

Property Value

WindowsFileHashAlgorithm

Value

Gets or sets the hash value.

public string Value { get; set; }

Property Value

string

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.WindowsFileHash class from the specified XML.

public static WindowsFileHash FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

WindowsFileHash

A CENTREL.XIA.Configuration.Types.WindowsFileHash class.

ToString()

Returns the file hash as a human readable string.

public override string ToString()

Returns

string

The file hash as a human readable string.