C# 클래스 ZeroInstall.Publish.SignedFeed

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

Private Properties

프로퍼티 타입 설명
Load SignedFeed

공개 메소드들

메소드 설명
Save ( [ path, [ passphrase = null ) : void

Saves Feed to an XML file, adds the default stylesheet and sign it it with SecretKey (if specified).

Writing and signing the feed file are performed as an atomic operation (i.e. if signing fails an existing file remains unchanged).

SignedFeed ( [ feed, [ secretKey = null ) : System

Creates a new signed feed.

비공개 메소드들

메소드 설명
Load ( [ path ) : SignedFeed

메소드 상세

Save() 공개 메소드

Saves Feed to an XML file, adds the default stylesheet and sign it it with SecretKey (if specified).
Writing and signing the feed file are performed as an atomic operation (i.e. if signing fails an existing file remains unchanged).
A problem occurs while writing the file. Write access to the file is not permitted. The specified could not be found on the system. was incorrect.
public Save ( [ path, [ passphrase = null ) : void
path [ The file to save in.
passphrase [ The passphrase to use to unlock the secret key; can be null if is null.
리턴 void

SignedFeed() 공개 메소드

Creates a new signed feed.
public SignedFeed ( [ feed, [ secretKey = null ) : System
feed [ The wrapped .
secretKey [ The secret key used to sign the ; null for no signature.
리턴 System