C# 클래스 ZeroInstall.Store.Implementations.ManifestFormat

파일 보기 프로젝트 열기: 0install/0install-win 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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[]