Esempio n. 1
0
 public static string GetRandomPassword()
 {
     return(VirtualRoot.GetRandomString(16));
 }