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