1 write to _pCmsgCmsRecipientInfoMemory
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\Windows\KeyAgreeRecipientInfoPalWindows.cs (1)
19
_pCmsgCmsRecipientInfoMemory
= pCmsgCmsRecipientInfoMemory;
2 references to _pCmsgCmsRecipientInfoMemory
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\Windows\KeyAgreeRecipientInfoPalWindows.cs (2)
169
CMSG_CMS_RECIPIENT_INFO* pRecipientInfo = (CMSG_CMS_RECIPIENT_INFO*)(
_pCmsgCmsRecipientInfoMemory
.DangerousGetHandle());
172
GC.KeepAlive(
_pCmsgCmsRecipientInfoMemory
);