2 references to KeyTransRecipientInfo
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decode.cs (1)
61
recipientInfos.Add(new
KeyTransRecipientInfo
(new ManagedKeyTransPal(recipientInfo.Ktri.Value)));
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.DecodeRecipients.cs (1)
48
return new KeyTransRecipientInfo[] { new
KeyTransRecipientInfo
(new KeyTransRecipientInfoPalWindows(pCmsgCmsRecipientInfoMemory, index)) };