update InternalsVisibleTo attributes with public key
This commit is contained in:
Родитель
3f65d67b13
Коммит
5379e100ab
|
@ -68,8 +68,18 @@ using System.Security;
|
||||||
[assembly: Dependency("Windows.Storage.winmd", LoadHint.Sometimes)]
|
[assembly: Dependency("Windows.Storage.winmd", LoadHint.Sometimes)]
|
||||||
|
|
||||||
// InternalsVisableTo
|
// InternalsVisableTo
|
||||||
[assembly: InternalsVisibleTo("Microsoft.Toolkit.Win32.UI.Controls.Test.WinForms.WebView")]
|
[assembly: InternalsVisibleTo("Microsoft.Toolkit.Win32.UI.Controls.Test.WinForms.WebView, PublicKey=00240000048000009400000006020000002" +
|
||||||
[assembly: InternalsVisibleTo("Microsoft.Toolkit.Win32.UI.Controls.Test.WebView.Shared")]
|
"4000052534131000400000100010041753af735ae6140c9508567666c51c6" +
|
||||||
|
"ab929806adb0d210694b30ab142a060237bc741f9682e7d8d4310364b4bba" +
|
||||||
|
"4ee89cc9d3d5ce7e5583587e8ea44dca09977996582875e71fb54fa7b1707" +
|
||||||
|
"98d853d5d8010b07219633bdb761d01ac924da44576d6180cdceae5379739" +
|
||||||
|
"82bb461c541541d58417a3794e34f45e6f2d129e2")]
|
||||||
|
[assembly: InternalsVisibleTo("Microsoft.Toolkit.Win32.UI.Controls.Test.WebView.Shared, PublicKey=00240000048000009400000006020000002" +
|
||||||
|
"4000052534131000400000100010041753af735ae6140c9508567666c51c6" +
|
||||||
|
"ab929806adb0d210694b30ab142a060237bc741f9682e7d8d4310364b4bba" +
|
||||||
|
"4ee89cc9d3d5ce7e5583587e8ea44dca09977996582875e71fb54fa7b1707" +
|
||||||
|
"98d853d5d8010b07219633bdb761d01ac924da44576d6180cdceae5379739" +
|
||||||
|
"82bb461c541541d58417a3794e34f45e6f2d129e2")]
|
||||||
|
|
||||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||||
#if ALLOW_PARTIALLY_TRUSTED_CALLERS
|
#if ALLOW_PARTIALLY_TRUSTED_CALLERS
|
||||||
|
|
Загрузка…
Ссылка в новой задаче