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