C# Class ZeroInstall.Store.Implementations.ManifestFormat

Datei anzeigen Open project: 0install/0install-win Class Usage Examples

Public Properties

Property Type Description
All ZeroInstall.Store.Implementations.ManifestFormat[]

Private Properties

Property Type Description
DigestContent string
DigestManifest string
FromPrefix ManifestFormat
GetHashAlgorithm System.Security.Cryptography.HashAlgorithm
SerializeManifestDigest string

Public Methods

Method Description
ToString ( ) : string

Protected Methods

Method Description
SerializeContentDigest ( [ hash ) : string

Serializes a hash as digest of an implementation file as used within the manifest file.

Private Methods

Method Description
DigestContent ( [ stream ) : string
DigestManifest ( [ stream ) : string
FromPrefix ( [ id ) : ManifestFormat
GetHashAlgorithm ( ) : HashAlgorithm
SerializeManifestDigest ( [ hash ) : string

Method Details

SerializeContentDigest() protected method

Serializes a hash as digest of an implementation file as used within the manifest file.
protected SerializeContentDigest ( [ hash ) : string
hash [
return string

ToString() public method

public ToString ( ) : string
return string

Property Details

All public_oe static_oe property

All currently supported ManifestFormats listed from best (safest) to worst.
public static ManifestFormat[],ZeroInstall.Store.Implementations All
return ZeroInstall.Store.Implementations.ManifestFormat[]