1 type derived from KeyAgreeRecipientInfoPal
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyAgree.cs (1)
13private sealed class ManagedKeyAgreePal : KeyAgreeRecipientInfoPal
4 references to KeyAgreeRecipientInfoPal
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\KeyAgreeRecipientInfo.cs (3)
14internal KeyAgreeRecipientInfo(KeyAgreeRecipientInfoPal pal) 80private new KeyAgreeRecipientInfoPal Pal 84return (KeyAgreeRecipientInfoPal)(base.Pal);
System\Security\Cryptography\Pkcs\RecipientInfo.cs (1)
23Debug.Assert(pal is KeyAgreeRecipientInfoPal);