Exemplo n.º 1
0
 public static string GetEntropy(int length)
 {
     return(ByteEncoding.BytesToBase64(GetRandomBytes(length)));
 }