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