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