Method | Description | |
---|---|---|
Decrypt ( string input ) : string | ||
DeleteSvcRegistryValue ( string key ) : void | ||
Encrypt ( string input ) : string | ||
GetSvcRegistryValue ( string key ) : object | ||
SetSvcRegistryValue ( string key, object value ) : void |
public static Decrypt ( string input ) : string | ||
input | string | |
return | string |
public static DeleteSvcRegistryValue ( string key ) : void | ||
key | string | |
return | void |
public static Encrypt ( string input ) : string | ||
input | string | |
return | string |
public static GetSvcRegistryValue ( string key ) : object | ||
key | string | |
return | object |
public static SetSvcRegistryValue ( string key, object value ) : void | ||
key | string | |
value | object | |
return | void |