C# 클래스 SignMaster.SigningParameters

Data structure holding all the information needed to sign a file (or files).
파일 보기 프로젝트 열기: sillsdevinstaller 1 사용 예제들

공개 메소드들

메소드 설명
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