C# Class KeePass.Util.UpdateCheckEx

Show file Open project: cappert/keepass2

Public Methods

Method Description
EnsureConfigured ( Form fParent ) : void
Run ( bool bForceUI, Form fOptParent ) : void
SetFileSigKey ( string strUrl, string strKey ) : void

Private Methods

Method Description
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

Method Details

EnsureConfigured() public static method

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

Run() public static method

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

SetFileSigKey() public static method

public static SetFileSigKey ( string strUrl, string strKey ) : void
strUrl string
strKey string
return void