Exemplo n.º 1
0
 private static string GenerateSecret()
 {
     // long random string
     return(RandomStringGenerator.New(64));
 }
Exemplo n.º 2
0
 private static string GenerateId()
 {
     // short random string
     return(RandomStringGenerator.New(16));
 }