C# Класс SignMaster.SigningParameters

Data structure holding all the information needed to sign a file (or files).
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
IsUserInputNeeded ( ) : bool

Tests if we need the dialog box to fill in missing details of files to be signed

ParseCommandLineArgs ( string args ) : void

Interprets the process's command line arguments and fills in the data structure accordingly. The command line need not contain a comprehensive set of values.

SigningParameters ( ) : System

Constructor.

ValidateData ( ) : void

Tests that the signing details do not contain easily-detected errors.

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

Метод Описание
Reset ( ) : void

Used to delete all current data.

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

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

Tests if we need the dialog box to fill in missing details of files to be signed
public IsUserInputNeeded ( ) : bool
Результат bool

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

Interprets the process's command line arguments and fills in the data structure accordingly. The command line need not contain a comprehensive set of values.
public ParseCommandLineArgs ( string args ) : void
args string Command line arguments to our process
Результат void

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

Constructor.
public SigningParameters ( ) : System
Результат System

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

Tests that the signing details do not contain easily-detected errors.
public ValidateData ( ) : void
Результат void