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