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