4 references to RsaOid
Microsoft.Build.Tasks.Core (4)
ManifestUtil\CngLightup.cs (4)
85BindGetCapiPublicKey<RSA, RSACryptoServiceProvider>(RsaOid); 89s_getRsaPublicKey = BindGetCapiPublicKey<RSA, RSACryptoServiceProvider>(RsaOid); 104BindGetCapiPrivateKey<RSA>(RsaOid, csp => new RSACryptoServiceProvider(csp)); 108s_getRsaPrivateKey = BindGetCapiPrivateKey<RSA>(RsaOid, csp => new RSACryptoServiceProvider(csp));