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