2 references to DownloadAssetCore
System.Security.Cryptography (2)
src\libraries\Common\src\System\Net\Http\X509ResourceClient.cs (2)
31
Task<byte[]?> task =
DownloadAssetCore
(uri, downloadTimeout, async: false);
38
return
DownloadAssetCore
(uri, downloadTimeout, async: true);