1 write to s_getECDsaPublicKey
Microsoft.Build.Tasks.Core (1)
ManifestUtil\CngLightup.cs (1)
119
s_getECDsaPublicKey
= BindCoreDelegate<ECDsa>("ECDsa", isPublic: true) ?? (c => null);
2 references to s_getECDsaPublicKey
Microsoft.Build.Tasks.Core (2)
ManifestUtil\CngLightup.cs (2)
117
if (
s_getECDsaPublicKey
== null)
122
return
s_getECDsaPublicKey
(cert);