Skip to content

Commit d0d1240

Browse files
authored
removed commented code from nonce method
1 parent a39f759 commit d0d1240

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ApiUtilLib/ApiAuthorization.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -231,14 +231,9 @@ public static string NewNonce()
231231

232232
// Fill buffer.
233233
rng.GetBytes(data);
234-
235-
// Convert to int 64.
236-
//nonce = BitConverter.ToInt64(data, 0);
237-
238234
}
239235

240236
Logger.LogEnterExit(LoggerBase.Args(nonce.ToString()));
241-
//return nonce;
242237
return System.Convert.ToBase64String(data);
243238
}
244239

0 commit comments

Comments
 (0)