1 instantiation of ManagedKeyTransPal
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decode.cs (1)
61
recipientInfos.Add(new KeyTransRecipientInfo(new
ManagedKeyTransPal
(recipientInfo.Ktri.Value)));
1 reference to ManagedKeyTransPal
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decrypt.cs (1)
45
if (recipientInfo.Pal is
ManagedKeyTransPal
ktri)