C# 클래스 RSA_PM_Client.Program

파일 보기 프로젝트 열기: RSA-PM/RSA-PM

공개 프로퍼티들

프로퍼티 타입 설명
password string

공개 메소드들

메소드 설명
InputBox ( string title, string promptText, string &value, bool isPassword = false ) : DialogResult
InputBox ( string title, string promptText, bool isPassword = false ) : string
LoadPemFile ( string fn, RSAParameters &load_pem_rsa ) : bool
startWizard ( string pw, string pemfn, int pemOption, string sockproxy, int proxyport, string server_addr, int server_port, byte server_pubkey, DB db ) : int

비공개 메소드들

메소드 설명
Main ( ) : void
PasswordConfig ( string pw ) : string
PemConfig ( int &opt, RSAParameters &load_pem_rsa, bool isConfig ) : string

메소드 상세

InputBox() 공개 정적인 메소드

public static InputBox ( string title, string promptText, string &value, bool isPassword = false ) : DialogResult
title string
promptText string
value string
isPassword bool
리턴 DialogResult

InputBox() 공개 정적인 메소드

public static InputBox ( string title, string promptText, bool isPassword = false ) : string
title string
promptText string
isPassword bool
리턴 string

LoadPemFile() 공개 정적인 메소드

public static LoadPemFile ( string fn, RSAParameters &load_pem_rsa ) : bool
fn string
load_pem_rsa System.Security.Cryptography.RSAParameters
리턴 bool

startWizard() 공개 정적인 메소드

public static startWizard ( string pw, string pemfn, int pemOption, string sockproxy, int proxyport, string server_addr, int server_port, byte server_pubkey, DB db ) : int
pw string
pemfn string
pemOption int
sockproxy string
proxyport int
server_addr string
server_port int
server_pubkey byte
db DB
리턴 int

프로퍼티 상세

password 공개적으로 정적으로 프로퍼티

public static string password
리턴 string