4 references to BindCoreDelegate
Microsoft.Build.Tasks.Core (4)
ManifestUtil\CngLightup.cs (4)
80BindCoreDelegate<RSA>("RSA", isPublic: true) ?? 99BindCoreDelegate<RSA>("RSA", isPublic: false) ?? 119s_getECDsaPublicKey = BindCoreDelegate<ECDsa>("ECDsa", isPublic: true) ?? (c => null); 132s_getECDsaPrivateKey = BindCoreDelegate<ECDsa>("ECDsa", isPublic: false) ?? (c => null);