1 type derived from KeyTransRecipientInfoPal
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyTrans.cs (1)
15
internal sealed class ManagedKeyTransPal :
KeyTransRecipientInfoPal
4 references to KeyTransRecipientInfoPal
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\KeyTransRecipientInfo.cs (3)
13
internal KeyTransRecipientInfo(
KeyTransRecipientInfoPal
pal)
50
private new
KeyTransRecipientInfoPal
Pal
54
return (
KeyTransRecipientInfoPal
)(base.Pal);
System\Security\Cryptography\Pkcs\RecipientInfo.cs (1)
19
Debug.Assert(pal is
KeyTransRecipientInfoPal
);