C# Class Grabacr07.KanColleViewer.Models.Helper

Show file Open project: KCV-Localisation/KanColleViewer

Public Methods

Method Description
CreateScreenshotFilePath ( ) : string
DecryptString ( string source, string password ) : string

指定された文字列を複合化します。

DeleteInternetCache ( ) : Task

キャッシュを削除します。

EncryptString ( string source, string password ) : string

指定した文字列を暗号化します。

SetMMCSSTask ( ) : void
SetRegistryFeatureBrowserEmulation ( ) : void

HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION に WebBrowser コントロールの動作バージョンを設定します。

Private Methods

Method Description
DeleteInternetCacheCore ( ) : bool
GenerateKeyFromPassword ( string password, int keySize, byte &key, int blockSize, byte &iv ) : void
Helper ( ) : System

Method Details

CreateScreenshotFilePath() public static method

public static CreateScreenshotFilePath ( ) : string
return string

DecryptString() public static method

指定された文字列を複合化します。
public static DecryptString ( string source, string password ) : string
source string 暗号化された文字列。
password string 暗号化に使用したパスワード。
return string

DeleteInternetCache() public static method

キャッシュを削除します。
public static DeleteInternetCache ( ) : Task
return Task

EncryptString() public static method

指定した文字列を暗号化します。
public static EncryptString ( string source, string password ) : string
source string 暗号化する文字列。
password string 暗号化に使用するパスワード。
return string

SetMMCSSTask() public static method

public static SetMMCSSTask ( ) : void
return void

SetRegistryFeatureBrowserEmulation() public static method

HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION に WebBrowser コントロールの動作バージョンを設定します。
public static SetRegistryFeatureBrowserEmulation ( ) : void
return void