1 instantiation of KemRecipientInfo
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decode.cs (1)
80
recipientInfos.Add(new
KemRecipientInfo
(new ManagedKemRecipientInfoPal(kemRecipientInfo)));
2 references to KemRecipientInfo
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\EnvelopedCms.Kem.cs (2)
18
public void Decrypt(
KemRecipientInfo
recipientInfo, MLKem privateKey)
32
public void Decrypt(
KemRecipientInfo
recipientInfo, CompositeMLKem privateKey)