2 instantiations of KeyAgreeRecipientInfo
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decode.cs (1)
68
new
KeyAgreeRecipientInfo
(new ManagedKeyAgreePal(recipientInfo.Kari.Value, i)));
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.DecodeRecipients.cs (1)
57
recipients[subIndex] = new
KeyAgreeRecipientInfo
(new KeyAgreeRecipientInfoPalWindows(pCmsgCmsRecipientInfoMemory, index, subIndex));
5 references to KeyAgreeRecipientInfo
System.Security (1)
System.Security.cs (1)
15
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.
KeyAgreeRecipientInfo
))]
System.Security.Cryptography.Pkcs (4)
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.DecodeRecipients.cs (2)
54
KeyAgreeRecipientInfo
[] recipients = new
KeyAgreeRecipientInfo
[numKeys];
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decrypt.cs (2)
104
exception = TryDecryptAgree((
KeyAgreeRecipientInfo
)recipientInfo, hKey, keySpec, originatorCerts, extraStore);
195
private Exception? TryDecryptAgree(
KeyAgreeRecipientInfo
keyAgreeRecipientInfo, SafeProvOrNCryptKeyHandle hKey, CryptKeySpec keySpec, X509Certificate2Collection originatorCerts, X509Certificate2Collection extraStore)