1 write to Pal
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\RecipientInfo.cs (1)
33Pal = pal;
5 references to Pal
System.Security.Cryptography.Pkcs (5)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decrypt.cs (1)
45if (recipientInfo.Pal is ManagedKeyTransPal ktri)
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decrypt.cs (2)
167KeyTransRecipientInfoPalWindows pal = (KeyTransRecipientInfoPalWindows)(recipientInfo.Pal); 199KeyAgreeRecipientInfoPalWindows pal = (KeyAgreeRecipientInfoPalWindows)(keyAgreeRecipientInfo.Pal);
System\Security\Cryptography\Pkcs\KeyAgreeRecipientInfo.cs (1)
84return (KeyAgreeRecipientInfoPal)(base.Pal);
System\Security\Cryptography\Pkcs\KeyTransRecipientInfo.cs (1)
54return (KeyTransRecipientInfoPal)(base.Pal);