C# 클래스 KeePass.Util.UpdateCheckEx

파일 보기 프로젝트 열기: cappert/keepass2

공개 메소드들

메소드 설명
EnsureConfigured ( Form fParent ) : void
Run ( bool bForceUI, Form fOptParent ) : void
SetFileSigKey ( string strUrl, string strKey ) : void

비공개 메소드들

메소드 설명
AddComponent ( List l, UpdateComponentInfo c ) : void
CompareComponents ( UpdateComponentInfo a, UpdateComponentInfo b ) : int
CompareDates ( System.DateTime a, System.DateTime b ) : int
DownloadInfoFile ( object o ) : void
DownloadInfoFiles ( List lUrls, IStatusLogger sl ) : List>.Dictionary
GetInstalledComponents ( ) : List
GetUrls ( List l ) : List
LoadInfoFile ( string strUrl ) : List
LoadInfoFilePriv ( byte pbData, IOConnectionInfo iocSource ) : List
MergeInfo ( List lInst, Dictionary dictAvail ) : void
RunPriv ( object o ) : void
SetComponentAvail ( UpdateComponentInfo uc, List lAvail ) : bool
ShowUpdateDialogAsync ( List lInst, bool bModal ) : void
ShowUpdateDialogPriv ( List lInst, bool bModal ) : void
VerifySignature ( string strContent, string strSig, string strKey ) : bool

메소드 상세

EnsureConfigured() 공개 정적인 메소드

public static EnsureConfigured ( Form fParent ) : void
fParent System.Windows.Forms.Form
리턴 void

Run() 공개 정적인 메소드

public static Run ( bool bForceUI, Form fOptParent ) : void
bForceUI bool
fOptParent System.Windows.Forms.Form
리턴 void

SetFileSigKey() 공개 정적인 메소드

public static SetFileSigKey ( string strUrl, string strKey ) : void
strUrl string
strKey string
리턴 void