C# Class Com.Eucalyptus.Windows.EucaServiceLibraryUtil

Afficher le fichier Open project: eucalyptus/windows-integration Class Usage Examples

Méthodes publiques

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

public static Decrypt ( string input ) : string
input string
Résultat string

DeleteSvcRegistryValue() public static méthode

public static DeleteSvcRegistryValue ( string key ) : void
key string
Résultat void

Encrypt() public static méthode

public static Encrypt ( string input ) : string
input string
Résultat string

GetSvcRegistryValue() public static méthode

public static GetSvcRegistryValue ( string key ) : object
key string
Résultat object

SetSvcRegistryValue() public static méthode

public static SetSvcRegistryValue ( string key, object value ) : void
key string
value object
Résultat void