Beispiel #1
0
 public static string CreateRandomKeyString(int length)
 {
     return(Base64Url.Encode(CreateRandomKey(length)));
 }