Thank you for reporting an issue or suggesting an enhancement. We appreciate your feedback - to help the team to understand your needs, please complete the below template to ensure we have the necessary details to assist you.
Submission Guidelines:
Questions and bugs are welcome, please let us know what's on your mind.
If you are reporting an issue around any of the documents or articles, please provide clear reference(s) to the specific file(s) or URL('s).
Remember to include sufficient details and context.
If you have multiple issues, please submit them as separate issues so we can track resolution.
For the above list, an empty checkbox is . A checked checkbox is x with no space between the brackets. Use the PREVIEW tab at the top right to preview the rendering before submitting your issue.
byte[] hashArray = { 48, 49, 86, 50, 75, 85, 89, 82, 70, 81 ,72, 53, 72 ,69, 86, 52, 82, 85, 84 ,82, 66, 73, 87, 87 ,79 ,76 ,84, 73, 50 ,83, 78, 83, 81, 80 }; //byte[] hashArray = {150, 131 ,160, 235, 250, 243, 185, 8 ,191, 159, 10, 168, 143, 95, 123 ,116, 187, 168, 19, 195}; Console.WriteLine("hasharray::::"); Console.WriteLine(hashArray.Length); quickXorHash.HashCore(hashArray,0,34); var hashValue = quickXorHash.HashFinal();
i referred microsoft doc also but not getting proper key as same as onedrive api is giving https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.hashalgorithm.hashfinal?view=net-7.0
Category
Expected or Desired Behavior
Observed Behavior
Steps to Reproduce
Thank you.