clean up and various little improvements after search for static wasted memory objects (not found) At this point it appears I don't have any leaks and it's all pretty efficient.
This commit is contained in:
@@ -32,22 +32,6 @@ namespace AyaNova.Util
|
||||
return Convert.ToBase64String(salt);
|
||||
}
|
||||
|
||||
|
||||
// /// <summary>
|
||||
// /// Generate a random ID
|
||||
// /// </summary>
|
||||
// /// <returns>HEX</returns>
|
||||
// internal static string GenerateStrongId()
|
||||
// {
|
||||
// var s = new byte[32];
|
||||
// var random = RandomNumberGenerator.Create();
|
||||
// random.GetNonZeroBytes(s);
|
||||
// return BitConverter.ToString(s).Replace("-", string.Empty).ToLowerInvariant();
|
||||
// }
|
||||
|
||||
|
||||
|
||||
|
||||
}//eoc
|
||||
|
||||
}//eons
|
||||
Reference in New Issue
Block a user