C# Class Com.Eucalyptus.Windows.EucaServiceLibraryUtil

ファイルを表示 Open project: eucalyptus/windows-integration Class Usage Examples

Public Methods

Method Description
Decrypt ( string input ) : string
DeleteSvcRegistryValue ( string key ) : void
Encrypt ( string input ) : string
GetSvcRegistryValue ( string key ) : object
SetSvcRegistryValue ( string key, object value ) : void

Method Details

Decrypt() public static method

public static Decrypt ( string input ) : string
input string
return string

DeleteSvcRegistryValue() public static method

public static DeleteSvcRegistryValue ( string key ) : void
key string
return void

Encrypt() public static method

public static Encrypt ( string input ) : string
input string
return string

GetSvcRegistryValue() public static method

public static GetSvcRegistryValue ( string key ) : object
key string
return object

SetSvcRegistryValue() public static method

public static SetSvcRegistryValue ( string key, object value ) : void
key string
value object
return void