C# Class ZeroInstall.Store.Implementations.ManifestFormat

Afficher le fichier Open project: 0install/0install-win Class Usage Examples

Méthodes publiques

Свойство Type Description
All ZeroInstall.Store.Implementations.ManifestFormat[]

Private Properties

Свойство Type Description
DigestContent string
DigestManifest string
FromPrefix ManifestFormat
GetHashAlgorithm System.Security.Cryptography.HashAlgorithm
SerializeManifestDigest string

Méthodes publiques

Méthode Description
ToString ( ) : string

Méthodes protégées

Méthode Description
SerializeContentDigest ( [ hash ) : string

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

Private Methods

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

Method Details

SerializeContentDigest() protected méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat 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
Résultat ZeroInstall.Store.Implementations.ManifestFormat[]