10 references to Rsa
System.Security.Cryptography.Pkcs (10)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Encrypt.cs (1)
113Oids.Rsa => MakeKtri(cek, recipient, out v0Recipient),
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyTrans.cs (3)
43case Oids.Rsa: 76case Oids.Rsa: 144ktri.KeyEncryptionAlgorithm.Algorithm = Oids.Rsa;
src\libraries\Common\src\System\Security\Cryptography\Helpers.cs (1)
196Oids.Rsa or
src\libraries\Common\src\System\Security\Cryptography\Oids.Shared.cs (1)
11internal static Oid RsaOid => field ??= InitializeOid(Rsa);
System\Security\Cryptography\Pkcs\CmsRecipient.cs (1)
79case Oids.Rsa:
System\Security\Cryptography\Pkcs\CmsSignature.cs (1)
92processor = s_lookup[Oids.Rsa];
System\Security\Cryptography\Pkcs\CmsSignature.RSA.cs (2)
18lookup.Add(Oids.Rsa, new RSAPkcs1CmsSignature(null, null)); 232signatureAlgorithm = result ? Oids.Rsa : null;