1 write to Pal
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\RecipientInfo.cs (1)
33Pal = pal;
3 references to Pal
System.Security.Cryptography.Pkcs (3)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decrypt.cs (1)
45if (recipientInfo.Pal is ManagedKeyTransPal ktri)
System\Security\Cryptography\Pkcs\KeyAgreeRecipientInfo.cs (1)
84return (KeyAgreeRecipientInfoPal)(base.Pal);
System\Security\Cryptography\Pkcs\KeyTransRecipientInfo.cs (1)
54return (KeyTransRecipientInfoPal)(base.Pal);