C# Класс ZeroInstall.Store.Implementations.ManifestFormat

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
All ZeroInstall.Store.Implementations.ManifestFormat[]

Private Properties

Свойство Тип Описание
DigestContent string
DigestManifest string
FromPrefix ManifestFormat
GetHashAlgorithm System.Security.Cryptography.HashAlgorithm
SerializeManifestDigest string

Открытые методы

Метод Описание
ToString ( ) : string

Защищенные методы

Метод Описание
SerializeContentDigest ( [ hash ) : string

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

Приватные методы

Метод Описание
DigestContent ( [ stream ) : string
DigestManifest ( [ stream ) : string
FromPrefix ( [ id ) : ManifestFormat
GetHashAlgorithm ( ) : HashAlgorithm
SerializeManifestDigest ( [ hash ) : string

Описание методов

SerializeContentDigest() защищенный Метод

Serializes a hash as digest of an implementation file as used within the manifest file.
protected SerializeContentDigest ( [ hash ) : string
hash [
Результат string

ToString() публичный Метод

public ToString ( ) : string
Результат string

Описание свойств

All публичное статическое свойство

All currently supported ManifestFormats listed from best (safest) to worst.
public static ManifestFormat[],ZeroInstall.Store.Implementations All
Результат ZeroInstall.Store.Implementations.ManifestFormat[]