Update GravatarImageSourceHandler.android.ios.macos.tizen.uwp.wpf.cs
This commit is contained in:
Родитель
5bc3cc40cc
Коммит
aca28298d8
|
@ -119,7 +119,7 @@ namespace Xamarin.CommunityToolkit.UI.Views
|
|||
// This is used by Gravatar to encode the email address to something they can use.
|
||||
// Also see: https://en.gravatar.com/site/implement/hash/
|
||||
// As part as Microsofts ongoing efforts to secure the .NET ecosystem, an exception has been requested
|
||||
// for the usage of this "unsafe" hashing mechanism. More details here (internal link): https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1676270/
|
||||
// for the usage of this "unsafe" hashing mechanism. More details here (internal link): https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1680417
|
||||
static string GetMd5Hash(string str)
|
||||
{
|
||||
using var md5 = MD5.Create();
|
||||
|
|
Загрузка…
Ссылка в новой задаче