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