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