1 instantiation of KeyTransRecipientInfoPalWindows
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.DecodeRecipients.cs (1)
48
return new KeyTransRecipientInfo[] { new KeyTransRecipientInfo(new
KeyTransRecipientInfoPalWindows
(pCmsgCmsRecipientInfoMemory, index)) };
2 references to KeyTransRecipientInfoPalWindows
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decrypt.cs (2)
167
KeyTransRecipientInfoPalWindows
pal = (
KeyTransRecipientInfoPalWindows
)(recipientInfo.Pal);