C# Class HpToolsLauncher.WinUserNativeMethods

显示文件 Open project: hpsa/hp-application-automation-tools-plugin Class Usage Examples

Public Methods

Method Description
ProtectBSTRToBase64 ( string clearData ) : string
UnprotectBSTRFromBase64 ( string protectedData ) : string

Method Details

ProtectBSTRToBase64() public static method

public static ProtectBSTRToBase64 ( string clearData ) : string
clearData string
return string

UnprotectBSTRFromBase64() public static method

public static UnprotectBSTRFromBase64 ( string protectedData ) : string
protectedData string
return string