C# Class Grabacr07.KanColleViewer.Models.Helper

Afficher le fichier Open project: KCV-Localisation/KanColleViewer

Méthodes publiques

Méthode 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

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

Method Details

CreateScreenshotFilePath() public static méthode

public static CreateScreenshotFilePath ( ) : string
Résultat string

DecryptString() public static méthode

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

DeleteInternetCache() public static méthode

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

EncryptString() public static méthode

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

SetMMCSSTask() public static méthode

public static SetMMCSSTask ( ) : void
Résultat void

SetRegistryFeatureBrowserEmulation() public static méthode

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