C# Класс RIM.VSNDK_Package.Signing.Models.SigningData

Common Class for the signing dialogs
Наследование: INotifyPropertyChanged
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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