예제 #1
0
 public string GetDeviceOriginalID()
 {
     return(RandomStringGenerators.GetRandomString(14, RandomStringGenerators.fullTemplate).ToUpper());
 }
예제 #2
0
 public string GetDeviceSecretKey()
 {
     return(RandomStringGenerators.GetRandomString(64, RandomStringGenerators.hexTemplate));
 }