메소드 | 설명 | |
---|---|---|
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 コントロールの動作バージョンを設定します。
|
메소드 | 설명 | |
---|---|---|
DeleteInternetCacheCore ( ) : bool | ||
GenerateKeyFromPassword ( string password, int keySize, byte &key, int blockSize, byte &iv ) : void | ||
Helper ( ) : System |
public static DecryptString ( string source, string password ) : string | ||
source | string | 暗号化された文字列。 |
password | string | 暗号化に使用したパスワード。 |
리턴 | string |
public static EncryptString ( string source, string password ) : string | ||
source | string | 暗号化する文字列。 |
password | string | 暗号化に使用するパスワード。 |
리턴 | string |
public static SetRegistryFeatureBrowserEmulation ( ) : void | ||
리턴 | void |