Ejemplo n.º 1
0
 public string GetDeviceOriginalID()
 {
     return(RandomStringGenerators.GetRandomString(14, RandomStringGenerators.fullTemplate).ToUpper());
 }
Ejemplo n.º 2
0
 public string GetDeviceSecretKey()
 {
     return(RandomStringGenerators.GetRandomString(64, RandomStringGenerators.hexTemplate));
 }