C# 클래스 RIM.VSNDK_Package.Signing.Models.SigningData

Common Class for the signing dialogs
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: blackberry/VSPlugin 1 사용 예제들

공개 메소드들

메소드 설명
Backup ( string toZipFile ) : void

Function to backup the signing certs at the specified path

CleanUp ( ) : void

Function to clean up after register process

ErrorDataReceived ( object sender, System e ) : void

Event Handler for the error data received from the Registger Process

OutputDataReceived ( object sender, System e ) : void

Event Handler for output received from the Register Process

RefreshScreen ( ) : void

Refresh the screen data

Register ( string authorID, string password ) : bool

Run the blackberry-signer tool with parameters passed in

Restore ( string fromZipFile ) : void

Function to unzip and restore a set of singing keys

SigningData ( ) : System

Constructor

UnRegister ( ) : bool

Run the blackberry-signer tool with parameters passed in

보호된 메소드들

메소드 설명
OnPropertyChanged ( string propName ) : void

Fire the PropertyChnaged event handler on change of property

비공개 메소드들

메소드 설명
AddUriToPackage ( string file, Package pkg ) : void

Function to add a file to the zip

CopyStream ( Stream source, Stream target ) : void

Function to copy a stream from one stream to another

createFile ( ZipPackagePart contentFile ) : void

Method to create file at the temp folder

setPassword ( string password ) : void

Set Password into the registry.

메소드 상세

Backup() 공개 메소드

Function to backup the signing certs at the specified path
public Backup ( string toZipFile ) : void
toZipFile string Path to destination zip file
리턴 void

CleanUp() 공개 메소드

Function to clean up after register process
public CleanUp ( ) : void
리턴 void

ErrorDataReceived() 공개 메소드

Event Handler for the error data received from the Registger Process
public ErrorDataReceived ( object sender, System e ) : void
sender object
e System
리턴 void

OnPropertyChanged() 보호된 메소드

Fire the PropertyChnaged event handler on change of property
protected OnPropertyChanged ( string propName ) : void
propName string
리턴 void

OutputDataReceived() 공개 메소드

Event Handler for output received from the Register Process
public OutputDataReceived ( object sender, System e ) : void
sender object
e System
리턴 void

RefreshScreen() 공개 메소드

Refresh the screen data
public RefreshScreen ( ) : void
리턴 void

Register() 공개 메소드

Run the blackberry-signer tool with parameters passed in
public Register ( string authorID, string password ) : bool
authorID string
password string
리턴 bool

Restore() 공개 메소드

Function to unzip and restore a set of singing keys
public Restore ( string fromZipFile ) : void
fromZipFile string
리턴 void

SigningData() 공개 메소드

Constructor
public SigningData ( ) : System
리턴 System

UnRegister() 공개 메소드

Run the blackberry-signer tool with parameters passed in
public UnRegister ( ) : bool
리턴 bool