N
NJDevils28
Guest
Hi,
I have written a program that required I call System.Security.Cryptography to create a File Hash. I'm using MD5. However, for me to add my program to the Microsoft Store, I cannot have any code that needs elevation. Such as the UAC that is required to call System.Security.Cryptography.
Is there a way around this? Is it possible to create the MD5 hash on a file without breaking any MS Store rules?
I'm coding a WinForm using Visual Studio Community 2019 in Visual Basic.
Thank you in advance,
-Ron B.
Continue reading...
I have written a program that required I call System.Security.Cryptography to create a File Hash. I'm using MD5. However, for me to add my program to the Microsoft Store, I cannot have any code that needs elevation. Such as the UAC that is required to call System.Security.Cryptography.
Is there a way around this? Is it possible to create the MD5 hash on a file without breaking any MS Store rules?
I'm coding a WinForm using Visual Studio Community 2019 in Visual Basic.
Thank you in advance,
-Ron B.
Continue reading...