Esempio n. 1
0
 public static string GetServiceUsername()
 {
     return(NativeMethods.GetRegistryEntry(RegPath, "ServiceUsername"));
 }
Esempio n. 2
0
 public static string GetServicePassword()
 {
     return(NativeMethods.GetRegistryEntry(RegPath, "ServicePassword"));
 }
Esempio n. 3
0
 public static string GetAppSvcIPPort()
 {
     return(NativeMethods.GetRegistryEntry(RegPath, "AppSvcIPPort"));
 }